Html Css Color HEX #952D84 Dark Purple

📋 copy color: '#952D84'

red 149 ◦ green 45 ◦ blue 132

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

Shades of Dark Purple #952D84

Tints of Dark Purple #952D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.49%

R = 45.71%
G = 13.8%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#952D84 (or 0x952D84) is known color: Dark Purple. HEX triplet: 95, 2D and 84. RGB value is (149,45,132). Sum of RGB (Red+Green+Blue) = 149+45+132=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #952D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952D84 is #6AD27B. Grayscale: #555555. Windows color (decimal): -7000700 or 8662421. OLE color: 8662421.

HSL color Cylindrical-coordinate representation of color #952D84: hue angle of 309.81º 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 #952D84 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 45 132 -
CMYK 0 0.70 0.11 0.42
HSL 309.81º 0.54% 0.38% -
HSV(B) 309.81º 0.7% 0.58% -
XYZ 17.5 9.93 22.82 -
YUV 86.01 153.96 172.93 -
System Red Green Blue C M Y K H S L
Decimal 149 45 132 0 0.70 0.11 0.42 309.81 0.54 0.38
Hex 95 2D 84 0 46 B 2A 136 36 26
Octal 225 55 204 0 106 13 52 466 66 46
Binary 10010101 101101 10000100 0 1000110 1011 101010 100110110 110110 100110

Color Harmonies of #952D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952D84

Black with #952D84

Text Example


Text Example

White with #952D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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