Html Css Color HEX #951872 Dark Purple

📋 copy color: '#951872'

red 149 ◦ green 24 ◦ blue 114

#951872
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #951872

Tints of Dark Purple #951872

RGB

 RED value IS 149 (58.59% from 255) = 51.92%

 GREEN value IS 24 (9.77% from 255) = 8.36%

 BLUE value IS 114 (44.92% from 255) = 39.72%

R = 51.92%
G = 8.36%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#951872 (or 0x951872) is known color: Dark Purple. HEX triplet: 95, 18 and 72. RGB value is (149,24,114). Sum of RGB (Red+Green+Blue) = 149+24+114=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #951872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951872 is #6AE78D. Grayscale: #474747. Windows color (decimal): -7006094 or 7477397. OLE color: 7477397.

HSL color Cylindrical-coordinate representation of color #951872: hue angle of 316.8º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951872 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 24 114 -
CMYK 0 0.84 0.23 0.42
HSL 316.8º 0.72% 0.34% -
HSV(B) 316.8º 0.84% 0.58% -
XYZ 15.76 8.26 16.68 -
YUV 71.64 151.91 183.18 -
System Red Green Blue C M Y K H S L
Decimal 149 24 114 0 0.84 0.23 0.42 316.8 0.72 0.34
Hex 95 18 72 0 54 17 2A 13D 48 22
Octal 225 30 162 0 124 27 52 475 110 42
Binary 10010101 11000 1110010 0 1010100 10111 101010 100111101 1001000 100010

Color Harmonies of #951872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951872

Black with #951872

Text Example


Text Example

White with #951872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951872; }

 p { color: rgb(149,24,114); }

 H1.HeaderClassName
 {
   color: #951872;
 }
 .AnyTagClassName
 {
   color: #951872;
 }
</style>

background-color css

<style>
 a { background-color: #951872; }

 a { background-color: rgb(149,24,114); }

 div.DivClassName
 {
   background-color: #951872;
 }
 .BgClassName
 {
   background-color: #951872;
 }
</style>

border-color css

<style>
 span { border-color: #951872; }

 span { border-color: rgb(149,24,114); }

 td.TdClassName
 {
   border-color: #951872;
 }
 .TagClassName
 {
   border-color: #951872;
 }
</style>