Html Css Color HEX #952987 Dark Purple

📋 copy color: '#952987'

red 149 ◦ green 41 ◦ blue 135

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

Shades of Dark Purple #952987

Tints of Dark Purple #952987

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.62%

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

R = 45.85%
G = 12.62%
B = 41.54%

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

#952987 (or 0x952987) is known color: Dark Purple. HEX triplet: 95, 29 and 87. RGB value is (149,41,135). Sum of RGB (Red+Green+Blue) = 149+41+135=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #952987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952987 is #6AD678. Grayscale: #535353. Windows color (decimal): -7001721 or 8858005. OLE color: 8858005.

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

Color convert

RGB 149 41 135 -
CMYK 0 0.72 0.09 0.42
HSL 307.78º 0.57% 0.37% -
HSV(B) 307.78º 0.72% 0.58% -
XYZ 17.56 9.72 23.87 -
YUV 84.01 156.78 174.36 -
System Red Green Blue C M Y K H S L
Decimal 149 41 135 0 0.72 0.09 0.42 307.78 0.57 0.37
Hex 95 29 87 0 48 9 2A 134 39 25
Octal 225 51 207 0 110 11 52 464 71 45
Binary 10010101 101001 10000111 0 1001000 1001 101010 100110100 111001 100101

Color Harmonies of #952987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952987

Black with #952987

Text Example


Text Example

White with #952987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952987; }

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

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

background-color css

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

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

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

border-color css

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

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

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