Html Css Color HEX #952979 Dark Purple

📋 copy color: '#952979'

red 149 ◦ green 41 ◦ blue 121

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

Shades of Dark Purple #952979

Tints of Dark Purple #952979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.18%

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

R = 47.91%
G = 13.18%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#952979 (or 0x952979) is known color: Dark Purple. HEX triplet: 95, 29 and 79. RGB value is (149,41,121). Sum of RGB (Red+Green+Blue) = 149+41+121=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #952979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952979 is #6AD686. Grayscale: #525252. Windows color (decimal): -7001735 or 7940501. OLE color: 7940501.

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

Color convert

RGB 149 41 121 -
CMYK 0 0.72 0.19 0.42
HSL 315.56º 0.57% 0.37% -
HSV(B) 315.56º 0.72% 0.58% -
XYZ 16.64 9.36 19.02 -
YUV 82.41 149.78 175.5 -
System Red Green Blue C M Y K H S L
Decimal 149 41 121 0 0.72 0.19 0.42 315.56 0.57 0.37
Hex 95 29 79 0 48 13 2A 13C 39 25
Octal 225 51 171 0 110 23 52 474 71 45
Binary 10010101 101001 1111001 0 1001000 10011 101010 100111100 111001 100101

Color Harmonies of #952979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952979

Black with #952979

Text Example


Text Example

White with #952979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952979; }

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

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

background-color css

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

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

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

border-color css

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

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

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