Html Css Color HEX #953387 Dark Purple

📋 copy color: '#953387'

red 149 ◦ green 51 ◦ blue 135

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

Shades of Dark Purple #953387

Tints of Dark Purple #953387

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.22%

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

R = 44.48%
G = 15.22%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#953387 (or 0x953387) is known color: Dark Purple. HEX triplet: 95, 33 and 87. RGB value is (149,51,135). Sum of RGB (Red+Green+Blue) = 149+51+135=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #953387 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953387 is #6ACC78. Grayscale: #595959. Windows color (decimal): -6999161 or 8860565. OLE color: 8860565.

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

Color convert

RGB 149 51 135 -
CMYK 0 0.66 0.09 0.42
HSL 308.57º 0.49% 0.39% -
HSV(B) 308.57º 0.66% 0.58% -
XYZ 17.95 10.51 24 -
YUV 89.88 153.47 170.17 -
System Red Green Blue C M Y K H S L
Decimal 149 51 135 0 0.66 0.09 0.42 308.57 0.49 0.39
Hex 95 33 87 0 42 9 2A 135 31 27
Octal 225 63 207 0 102 11 52 465 61 47
Binary 10010101 110011 10000111 0 1000010 1001 101010 100110101 110001 100111

Color Harmonies of #953387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953387

Black with #953387

Text Example


Text Example

White with #953387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953387; }

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

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

background-color css

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

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

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

border-color css

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

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

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