Html Css Color HEX #951176 Dark Purple

📋 copy color: '#951176'

red 149 ◦ green 17 ◦ blue 118

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

Shades of Dark Purple #951176

Tints of Dark Purple #951176

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.99%

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

R = 52.46%
G = 5.99%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#951176 (or 0x951176) is known color: Dark Purple. HEX triplet: 95, 11 and 76. RGB value is (149,17,118). Sum of RGB (Red+Green+Blue) = 149+17+118=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #951176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951176 is #6AEE89. Grayscale: #434343. Windows color (decimal): -7007882 or 7737749. OLE color: 7737749.

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

Color convert

RGB 149 17 118 -
CMYK 0 0.89 0.21 0.42
HSL 314.09º 0.8% 0.33% -
HSV(B) 314.09º 0.89% 0.58% -
XYZ 15.86 8.1 17.87 -
YUV 67.98 156.23 185.79 -
System Red Green Blue C M Y K H S L
Decimal 149 17 118 0 0.89 0.21 0.42 314.09 0.8 0.33
Hex 95 11 76 0 59 15 2A 13A 50 21
Octal 225 21 166 0 131 25 52 472 120 41
Binary 10010101 10001 1110110 0 1011001 10101 101010 100111010 1010000 100001

Color Harmonies of #951176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951176

Black with #951176

Text Example


Text Example

White with #951176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951176; }

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

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

background-color css

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

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

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

border-color css

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

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

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