Html Css Color HEX #951874 Dark Purple

📋 copy color: '#951874'

red 149 ◦ green 24 ◦ blue 116

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

Shades of Dark Purple #951874

Tints of Dark Purple #951874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.14%

R = 51.56%
G = 8.3%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#951874 (or 0x951874) is known color: Dark Purple. HEX triplet: 95, 18 and 74. RGB value is (149,24,116). Sum of RGB (Red+Green+Blue) = 149+24+116=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #951874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951874 is #6AE78B. Grayscale: #474747. Windows color (decimal): -7006092 or 7608469. OLE color: 7608469.

HSL color Cylindrical-coordinate representation of color #951874: hue angle of 315.84º 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 #951874 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 24 116 -
CMYK 0 0.84 0.22 0.42
HSL 315.84º 0.72% 0.34% -
HSV(B) 315.84º 0.84% 0.58% -
XYZ 15.87 8.3 17.29 -
YUV 71.86 152.91 183.02 -
System Red Green Blue C M Y K H S L
Decimal 149 24 116 0 0.84 0.22 0.42 315.84 0.72 0.34
Hex 95 18 74 0 54 16 2A 13C 48 22
Octal 225 30 164 0 124 26 52 474 110 42
Binary 10010101 11000 1110100 0 1010100 10110 101010 100111100 1001000 100010

Color Harmonies of #951874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951874

Black with #951874

Text Example


Text Example

White with #951874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951874; }

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

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

background-color css

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

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

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

border-color css

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

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

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