Html Css Color HEX #953686 Dark Purple

📋 copy color: '#953686'

red 149 ◦ green 54 ◦ blue 134

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

Shades of Dark Purple #953686

Tints of Dark Purple #953686

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.02%

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

R = 44.21%
G = 16.02%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#953686 (or 0x953686) is known color: Dark Purple. HEX triplet: 95, 36 and 86. RGB value is (149,54,134). Sum of RGB (Red+Green+Blue) = 149+54+134=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #953686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953686 is #6AC979. Grayscale: #5B5B5B. Windows color (decimal): -6998394 or 8795797. OLE color: 8795797.

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

Color convert

RGB 149 54 134 -
CMYK 0 0.64 0.10 0.42
HSL 309.47º 0.47% 0.4% -
HSV(B) 309.47º 0.64% 0.58% -
XYZ 18.02 10.75 23.68 -
YUV 91.53 151.97 169 -
System Red Green Blue C M Y K H S L
Decimal 149 54 134 0 0.64 0.10 0.42 309.47 0.47 0.4
Hex 95 36 86 0 40 A 2A 135 2F 28
Octal 225 66 206 0 100 12 52 465 57 50
Binary 10010101 110110 10000110 0 1000000 1010 101010 100110101 101111 101000

Color Harmonies of #953686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953686

Black with #953686

Text Example


Text Example

White with #953686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953686; }

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

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

background-color css

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

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

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

border-color css

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

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

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