Html Css Color HEX #952D87 Dark Purple

📋 copy color: '#952D87'

red 149 ◦ green 45 ◦ blue 135

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

Shades of Dark Purple #952D87

Tints of Dark Purple #952D87

RGB

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

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

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

R = 45.29%
G = 13.68%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#952D87 (or 0x952D87) is known color: Dark Purple. HEX triplet: 95, 2D and 87. RGB value is (149,45,135). Sum of RGB (Red+Green+Blue) = 149+45+135=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #952D87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952D87 is #6AD278. Grayscale: #565656. Windows color (decimal): -7000697 or 8859029. OLE color: 8859029.

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

Color convert

RGB 149 45 135 -
CMYK 0 0.70 0.09 0.42
HSL 308.08º 0.54% 0.38% -
HSV(B) 308.08º 0.7% 0.58% -
XYZ 17.71 10.02 23.92 -
YUV 86.36 155.46 172.68 -
System Red Green Blue C M Y K H S L
Decimal 149 45 135 0 0.70 0.09 0.42 308.08 0.54 0.38
Hex 95 2D 87 0 46 9 2A 134 36 26
Octal 225 55 207 0 106 11 52 464 66 46
Binary 10010101 101101 10000111 0 1000110 1001 101010 100110100 110110 100110

Color Harmonies of #952D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952D87

Black with #952D87

Text Example


Text Example

White with #952D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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