Html Css Color HEX #953186 Dark Purple

📋 copy color: '#953186'

red 149 ◦ green 49 ◦ blue 134

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

Shades of Dark Purple #953186

Tints of Dark Purple #953186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.36%

R = 44.88%
G = 14.76%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#953186 (or 0x953186) is known color: Dark Purple. HEX triplet: 95, 31 and 86. RGB value is (149,49,134). Sum of RGB (Red+Green+Blue) = 149+49+134=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #953186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953186 is #6ACE79. Grayscale: #585858. Windows color (decimal): -6999674 or 8794517. OLE color: 8794517.

HSL color Cylindrical-coordinate representation of color #953186: hue angle of 309º 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 #953186 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 49 134 -
CMYK 0 0.67 0.10 0.42
HSL 309º 0.51% 0.39% -
HSV(B) 309º 0.67% 0.58% -
XYZ 17.8 10.31 23.61 -
YUV 88.59 153.63 171.09 -
System Red Green Blue C M Y K H S L
Decimal 149 49 134 0 0.67 0.10 0.42 309 0.51 0.39
Hex 95 31 86 0 43 A 2A 135 33 27
Octal 225 61 206 0 103 12 52 465 63 47
Binary 10010101 110001 10000110 0 1000011 1010 101010 100110101 110011 100111

Color Harmonies of #953186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953186

Black with #953186

Text Example


Text Example

White with #953186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953186; }

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

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

background-color css

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

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

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

border-color css

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

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

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