Html Css Color HEX #952F79 Dark Purple

📋 copy color: '#952F79'

red 149 ◦ green 47 ◦ blue 121

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

Shades of Dark Purple #952F79

Tints of Dark Purple #952F79

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.83%

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

R = 47%
G = 14.83%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#952F79 (or 0x952F79) is known color: Dark Purple. HEX triplet: 95, 2F and 79. RGB value is (149,47,121). Sum of RGB (Red+Green+Blue) = 149+47+121=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #952F79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952F79 is #6AD086. Grayscale: #555555. Windows color (decimal): -7000199 or 7942037. OLE color: 7942037.

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

Color convert

RGB 149 47 121 -
CMYK 0 0.68 0.19 0.42
HSL 316.47º 0.52% 0.38% -
HSV(B) 316.47º 0.68% 0.58% -
XYZ 16.86 9.8 19.09 -
YUV 85.93 147.79 172.98 -
System Red Green Blue C M Y K H S L
Decimal 149 47 121 0 0.68 0.19 0.42 316.47 0.52 0.38
Hex 95 2F 79 0 44 13 2A 13C 34 26
Octal 225 57 171 0 104 23 52 474 64 46
Binary 10010101 101111 1111001 0 1000100 10011 101010 100111100 110100 100110

Color Harmonies of #952F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952F79

Black with #952F79

Text Example


Text Example

White with #952F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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