Html Css Color HEX #951676 Dark Purple

📋 copy color: '#951676'

red 149 ◦ green 22 ◦ blue 118

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

Shades of Dark Purple #951676

Tints of Dark Purple #951676

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.61%

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

R = 51.56%
G = 7.61%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#951676 (or 0x951676) is known color: Dark Purple. HEX triplet: 95, 16 and 76. RGB value is (149,22,118). Sum of RGB (Red+Green+Blue) = 149+22+118=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #951676 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951676 is #6AE989. Grayscale: #464646. Windows color (decimal): -7006602 or 7739029. OLE color: 7739029.

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

Color convert

RGB 149 22 118 -
CMYK 0 0.85 0.21 0.42
HSL 314.65º 0.74% 0.34% -
HSV(B) 314.65º 0.85% 0.58% -
XYZ 15.95 8.27 17.9 -
YUV 70.92 154.58 183.69 -
System Red Green Blue C M Y K H S L
Decimal 149 22 118 0 0.85 0.21 0.42 314.65 0.74 0.34
Hex 95 16 76 0 55 15 2A 13B 4A 22
Octal 225 26 166 0 125 25 52 473 112 42
Binary 10010101 10110 1110110 0 1010101 10101 101010 100111011 1001010 100010

Color Harmonies of #951676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951676

Black with #951676

Text Example


Text Example

White with #951676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951676; }

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

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

background-color css

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

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

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

border-color css

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

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

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