Html Css Color HEX #951576 Dark Purple

📋 copy color: '#951576'

red 149 ◦ green 21 ◦ blue 118

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

Shades of Dark Purple #951576

Tints of Dark Purple #951576

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.29%

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

R = 51.74%
G = 7.29%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#951576 (or 0x951576) is known color: Dark Purple. HEX triplet: 95, 15 and 76. RGB value is (149,21,118). Sum of RGB (Red+Green+Blue) = 149+21+118=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #951576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951576 is #6AEA89. Grayscale: #464646. Windows color (decimal): -7006858 or 7738773. OLE color: 7738773.

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

Color convert

RGB 149 21 118 -
CMYK 0 0.86 0.21 0.42
HSL 314.53º 0.75% 0.33% -
HSV(B) 314.53º 0.86% 0.58% -
XYZ 15.93 8.23 17.89 -
YUV 70.33 154.91 184.11 -
System Red Green Blue C M Y K H S L
Decimal 149 21 118 0 0.86 0.21 0.42 314.53 0.75 0.33
Hex 95 15 76 0 56 15 2A 13B 4B 21
Octal 225 25 166 0 126 25 52 473 113 41
Binary 10010101 10101 1110110 0 1010110 10101 101010 100111011 1001011 100001

Color Harmonies of #951576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951576

Black with #951576

Text Example


Text Example

White with #951576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951576; }

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

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

background-color css

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

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

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

border-color css

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

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

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