Html Css Color HEX #952879 Dark Purple

📋 copy color: '#952879'

red 149 ◦ green 40 ◦ blue 121

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

Shades of Dark Purple #952879

Tints of Dark Purple #952879

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.9%

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

R = 48.06%
G = 12.9%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#952879 (or 0x952879) is known color: Dark Purple. HEX triplet: 95, 28 and 79. RGB value is (149,40,121). Sum of RGB (Red+Green+Blue) = 149+40+121=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #952879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952879 is #6AD786. Grayscale: #515151. Windows color (decimal): -7001991 or 7940245. OLE color: 7940245.

HSL color Cylindrical-coordinate representation of color #952879: hue angle of 315.41º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #952879 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 40 121 -
CMYK 0 0.73 0.19 0.42
HSL 315.41º 0.58% 0.37% -
HSV(B) 315.41º 0.73% 0.58% -
XYZ 16.6 9.29 19.01 -
YUV 81.83 150.11 175.91 -
System Red Green Blue C M Y K H S L
Decimal 149 40 121 0 0.73 0.19 0.42 315.41 0.58 0.37
Hex 95 28 79 0 49 13 2A 13B 3A 25
Octal 225 50 171 0 111 23 52 473 72 45
Binary 10010101 101000 1111001 0 1001001 10011 101010 100111011 111010 100101

Color Harmonies of #952879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952879

Black with #952879

Text Example


Text Example

White with #952879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952879; }

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

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

background-color css

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

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

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

border-color css

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

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

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