Html Css Color HEX #951876 Dark Purple

📋 copy color: '#951876'

red 149 ◦ green 24 ◦ blue 118

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

Shades of Dark Purple #951876

Tints of Dark Purple #951876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40.55%

R = 51.2%
G = 8.25%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#951876 (or 0x951876) is known color: Dark Purple. HEX triplet: 95, 18 and 76. RGB value is (149,24,118). Sum of RGB (Red+Green+Blue) = 149+24+118=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #951876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951876 is #6AE789. Grayscale: #474747. Windows color (decimal): -7006090 or 7739541. OLE color: 7739541.

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

Color convert

RGB 149 24 118 -
CMYK 0 0.84 0.21 0.42
HSL 314.88º 0.72% 0.34% -
HSV(B) 314.88º 0.84% 0.58% -
XYZ 15.99 8.35 17.91 -
YUV 72.09 153.91 182.86 -
System Red Green Blue C M Y K H S L
Decimal 149 24 118 0 0.84 0.21 0.42 314.88 0.72 0.34
Hex 95 18 76 0 54 15 2A 13B 48 22
Octal 225 30 166 0 124 25 52 473 110 42
Binary 10010101 11000 1110110 0 1010100 10101 101010 100111011 1001000 100010

Color Harmonies of #951876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951876

Black with #951876

Text Example


Text Example

White with #951876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951876; }

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

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

background-color css

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

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

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

border-color css

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

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

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