Html Css Color HEX #952A87 Dark Purple

📋 copy color: '#952A87'

red 149 ◦ green 42 ◦ blue 135

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

Shades of Dark Purple #952A87

Tints of Dark Purple #952A87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.41%

R = 45.71%
G = 12.88%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#952A87 (or 0x952A87) is known color: Dark Purple. HEX triplet: 95, 2A and 87. RGB value is (149,42,135). Sum of RGB (Red+Green+Blue) = 149+42+135=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #952A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952A87 is #6AD578. Grayscale: #545454. Windows color (decimal): -7001465 or 8858261. OLE color: 8858261.

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

Color convert

RGB 149 42 135 -
CMYK 0 0.72 0.09 0.42
HSL 307.85º 0.56% 0.37% -
HSV(B) 307.85º 0.72% 0.58% -
XYZ 17.6 9.79 23.88 -
YUV 84.6 156.45 173.94 -
System Red Green Blue C M Y K H S L
Decimal 149 42 135 0 0.72 0.09 0.42 307.85 0.56 0.37
Hex 95 2A 87 0 48 9 2A 134 38 25
Octal 225 52 207 0 110 11 52 464 70 45
Binary 10010101 101010 10000111 0 1001000 1001 101010 100110100 111000 100101

Color Harmonies of #952A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952A87

Black with #952A87

Text Example


Text Example

White with #952A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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