Html Css Color HEX #952A79 Dark Purple

📋 copy color: '#952A79'

red 149 ◦ green 42 ◦ blue 121

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

Shades of Dark Purple #952A79

Tints of Dark Purple #952A79

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.46%

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

R = 47.76%
G = 13.46%
B = 38.78%

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

#952A79 (or 0x952A79) is known color: Dark Purple. HEX triplet: 95, 2A and 79. RGB value is (149,42,121). Sum of RGB (Red+Green+Blue) = 149+42+121=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #952A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952A79 is #6AD586. Grayscale: #525252. Windows color (decimal): -7001479 or 7940757. OLE color: 7940757.

HSL color Cylindrical-coordinate representation of color #952A79: hue angle of 315.7º degrees, saturation: 0.56, 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 #952A79 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 42 121 -
CMYK 0 0.72 0.19 0.42
HSL 315.7º 0.56% 0.37% -
HSV(B) 315.7º 0.72% 0.58% -
XYZ 16.67 9.43 19.03 -
YUV 83 149.45 175.08 -
System Red Green Blue C M Y K H S L
Decimal 149 42 121 0 0.72 0.19 0.42 315.7 0.56 0.37
Hex 95 2A 79 0 48 13 2A 13C 38 25
Octal 225 52 171 0 110 23 52 474 70 45
Binary 10010101 101010 1111001 0 1001000 10011 101010 100111100 111000 100101

Color Harmonies of #952A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952A79

Black with #952A79

Text Example


Text Example

White with #952A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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