Html Css Color HEX #951179 Dark Purple

📋 copy color: '#951179'

red 149 ◦ green 17 ◦ blue 121

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

Shades of Dark Purple #951179

Tints of Dark Purple #951179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 42.16%

R = 51.92%
G = 5.92%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#951179 (or 0x951179) is known color: Dark Purple. HEX triplet: 95, 11 and 79. RGB value is (149,17,121). Sum of RGB (Red+Green+Blue) = 149+17+121=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #951179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951179 is #6AEE86. Grayscale: #444444. Windows color (decimal): -7007879 or 7934357. OLE color: 7934357.

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

Color convert

RGB 149 17 121 -
CMYK 0 0.89 0.19 0.42
HSL 312.73º 0.8% 0.33% -
HSV(B) 312.73º 0.89% 0.58% -
XYZ 16.05 8.17 18.82 -
YUV 68.32 157.73 185.54 -
System Red Green Blue C M Y K H S L
Decimal 149 17 121 0 0.89 0.19 0.42 312.73 0.8 0.33
Hex 95 11 79 0 59 13 2A 139 50 21
Octal 225 21 171 0 131 23 52 471 120 41
Binary 10010101 10001 1111001 0 1011001 10011 101010 100111001 1010000 100001

Color Harmonies of #951179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951179

Black with #951179

Text Example


Text Example

White with #951179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951179; }

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

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

background-color css

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

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

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

border-color css

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

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

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