Html Css Color HEX #953486 Dark Purple

📋 copy color: '#953486'

red 149 ◦ green 52 ◦ blue 134

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

Shades of Dark Purple #953486

Tints of Dark Purple #953486

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.52%

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

R = 44.48%
G = 15.52%
B = 40%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#953486 (or 0x953486) is known color: Dark Purple. HEX triplet: 95, 34 and 86. RGB value is (149,52,134). Sum of RGB (Red+Green+Blue) = 149+52+134=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #953486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953486 is #6ACB79. Grayscale: #5A5A5A. Windows color (decimal): -6998906 or 8795285. OLE color: 8795285.

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

Color convert

RGB 149 52 134 -
CMYK 0 0.65 0.10 0.42
HSL 309.28º 0.48% 0.39% -
HSV(B) 309.28º 0.65% 0.58% -
XYZ 17.93 10.57 23.65 -
YUV 90.35 152.64 169.83 -
System Red Green Blue C M Y K H S L
Decimal 149 52 134 0 0.65 0.10 0.42 309.28 0.48 0.39
Hex 95 34 86 0 41 A 2A 135 30 27
Octal 225 64 206 0 101 12 52 465 60 47
Binary 10010101 110100 10000110 0 1000001 1010 101010 100110101 110000 100111

Color Harmonies of #953486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953486

Black with #953486

Text Example


Text Example

White with #953486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953486; }

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

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

background-color css

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

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

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

border-color css

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

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

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