Html Css Color HEX #953987 Dark Purple

📋 copy color: '#953987'

red 149 ◦ green 57 ◦ blue 135

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

Shades of Dark Purple #953987

Tints of Dark Purple #953987

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.72%

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

R = 43.7%
G = 16.72%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#953987 (or 0x953987) is known color: Dark Purple. HEX triplet: 95, 39 and 87. RGB value is (149,57,135). Sum of RGB (Red+Green+Blue) = 149+57+135=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #953987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953987 is #6AC678. Grayscale: #5D5D5D. Windows color (decimal): -6997625 or 8862101. OLE color: 8862101.

HSL color Cylindrical-coordinate representation of color #953987: hue angle of 309.13º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #953987 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 57 135 -
CMYK 0 0.62 0.09 0.42
HSL 309.13º 0.45% 0.4% -
HSV(B) 309.13º 0.62% 0.58% -
XYZ 18.23 11.07 24.1 -
YUV 93.4 151.48 167.66 -
System Red Green Blue C M Y K H S L
Decimal 149 57 135 0 0.62 0.09 0.42 309.13 0.45 0.4
Hex 95 39 87 0 3E 9 2A 135 2D 28
Octal 225 71 207 0 76 11 52 465 55 50
Binary 10010101 111001 10000111 0 111110 1001 101010 100110101 101101 101000

Color Harmonies of #953987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953987

Black with #953987

Text Example


Text Example

White with #953987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953987; }

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

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

background-color css

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

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

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

border-color css

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

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

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