Html Css Color HEX #953786 Dark Purple

📋 copy color: '#953786'

red 149 ◦ green 55 ◦ blue 134

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

Shades of Dark Purple #953786

Tints of Dark Purple #953786

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.27%

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

R = 44.08%
G = 16.27%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#953786 (or 0x953786) is known color: Dark Purple. HEX triplet: 95, 37 and 86. RGB value is (149,55,134). Sum of RGB (Red+Green+Blue) = 149+55+134=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #953786 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953786 is #6AC879. Grayscale: #5B5B5B. Windows color (decimal): -6998138 or 8796053. OLE color: 8796053.

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

Color convert

RGB 149 55 134 -
CMYK 0 0.63 0.10 0.42
HSL 309.57º 0.46% 0.4% -
HSV(B) 309.57º 0.63% 0.58% -
XYZ 18.06 10.84 23.7 -
YUV 92.11 151.64 168.58 -
System Red Green Blue C M Y K H S L
Decimal 149 55 134 0 0.63 0.10 0.42 309.57 0.46 0.4
Hex 95 37 86 0 3F A 2A 136 2E 28
Octal 225 67 206 0 77 12 52 466 56 50
Binary 10010101 110111 10000110 0 111111 1010 101010 100110110 101110 101000

Color Harmonies of #953786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953786

Black with #953786

Text Example


Text Example

White with #953786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953786; }

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

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

background-color css

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

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

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

border-color css

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

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

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