Html Css Color HEX #951679 Dark Purple

📋 copy color: '#951679'

red 149 ◦ green 22 ◦ blue 121

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

Shades of Dark Purple #951679

Tints of Dark Purple #951679

RGB

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

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

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

R = 51.03%
G = 7.53%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#951679 (or 0x951679) is known color: Dark Purple. HEX triplet: 95, 16 and 79. RGB value is (149,22,121). Sum of RGB (Red+Green+Blue) = 149+22+121=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #951679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951679 is #6AE986. Grayscale: #464646. Windows color (decimal): -7006599 or 7935637. OLE color: 7935637.

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

Color convert

RGB 149 22 121 -
CMYK 0 0.85 0.19 0.42
HSL 313.23º 0.74% 0.34% -
HSV(B) 313.23º 0.85% 0.58% -
XYZ 16.13 8.34 18.85 -
YUV 71.26 156.08 183.45 -
System Red Green Blue C M Y K H S L
Decimal 149 22 121 0 0.85 0.19 0.42 313.23 0.74 0.34
Hex 95 16 79 0 55 13 2A 139 4A 22
Octal 225 26 171 0 125 23 52 471 112 42
Binary 10010101 10110 1111001 0 1010101 10011 101010 100111001 1001010 100010

Color Harmonies of #951679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951679

Black with #951679

Text Example


Text Example

White with #951679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951679; }

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

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

background-color css

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

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

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

border-color css

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

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

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