Html Css Color HEX #953187 Dark Purple

📋 copy color: '#953187'

red 149 ◦ green 49 ◦ blue 135

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

Shades of Dark Purple #953187

Tints of Dark Purple #953187

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.71%

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

R = 44.74%
G = 14.71%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#953187 (or 0x953187) is known color: Dark Purple. HEX triplet: 95, 31 and 87. RGB value is (149,49,135). Sum of RGB (Red+Green+Blue) = 149+49+135=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #953187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953187 is #6ACE78. Grayscale: #585858. Windows color (decimal): -6999673 or 8860053. OLE color: 8860053.

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

Color convert

RGB 149 49 135 -
CMYK 0 0.67 0.09 0.42
HSL 308.4º 0.51% 0.39% -
HSV(B) 308.4º 0.67% 0.58% -
XYZ 17.87 10.34 23.97 -
YUV 88.7 154.13 171.01 -
System Red Green Blue C M Y K H S L
Decimal 149 49 135 0 0.67 0.09 0.42 308.4 0.51 0.39
Hex 95 31 87 0 43 9 2A 134 33 27
Octal 225 61 207 0 103 11 52 464 63 47
Binary 10010101 110001 10000111 0 1000011 1001 101010 100110100 110011 100111

Color Harmonies of #953187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953187

Black with #953187

Text Example


Text Example

White with #953187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953187; }

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

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

background-color css

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

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

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

border-color css

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

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

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