Html Css Color HEX #952D76 Dark Purple

📋 copy color: '#952D76'

red 149 ◦ green 45 ◦ blue 118

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

Shades of Dark Purple #952D76

Tints of Dark Purple #952D76

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.42%

 BLUE value IS 118 (46.48% from 255) = 37.82%

R = 47.76%
G = 14.42%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#952D76 (or 0x952D76) is known color: Dark Purple. HEX triplet: 95, 2D and 76. RGB value is (149,45,118). Sum of RGB (Red+Green+Blue) = 149+45+118=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #952D76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952D76 is #6AD289. Grayscale: #545454. Windows color (decimal): -7000714 or 7744917. OLE color: 7744917.

HSL color Cylindrical-coordinate representation of color #952D76: hue angle of 317.88º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952D76 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 45 118 -
CMYK 0 0.70 0.21 0.42
HSL 317.88º 0.54% 0.38% -
HSV(B) 317.88º 0.7% 0.58% -
XYZ 16.6 9.57 18.11 -
YUV 84.42 146.96 174.06 -
System Red Green Blue C M Y K H S L
Decimal 149 45 118 0 0.70 0.21 0.42 317.88 0.54 0.38
Hex 95 2D 76 0 46 15 2A 13E 36 26
Octal 225 55 166 0 106 25 52 476 66 46
Binary 10010101 101101 1110110 0 1000110 10101 101010 100111110 110110 100110

Color Harmonies of #952D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952D76

Black with #952D76

Text Example


Text Example

White with #952D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,45,118); }

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

background-color css

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

 a { background-color: rgb(149,45,118); }

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

border-color css

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

 span { border-color: rgb(149,45,118); }

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