Html Css Color HEX #953689 Dark Purple

📋 copy color: '#953689'

red 149 ◦ green 54 ◦ blue 137

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

Shades of Dark Purple #953689

Tints of Dark Purple #953689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 40.29%

R = 43.82%
G = 15.88%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#953689 (or 0x953689) is known color: Dark Purple. HEX triplet: 95, 36 and 89. RGB value is (149,54,137). Sum of RGB (Red+Green+Blue) = 149+54+137=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #953689 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953689 is #6AC976. Grayscale: #5B5B5B. Windows color (decimal): -6998391 or 8992405. OLE color: 8992405.

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

Color convert

RGB 149 54 137 -
CMYK 0 0.64 0.08 0.42
HSL 307.58º 0.47% 0.4% -
HSV(B) 307.58º 0.64% 0.58% -
XYZ 18.23 10.83 24.8 -
YUV 91.87 153.47 168.75 -
System Red Green Blue C M Y K H S L
Decimal 149 54 137 0 0.64 0.08 0.42 307.58 0.47 0.4
Hex 95 36 89 0 40 8 2A 134 2F 28
Octal 225 66 211 0 100 10 52 464 57 50
Binary 10010101 110110 10001001 0 1000000 1000 101010 100110100 101111 101000

Color Harmonies of #953689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953689

Black with #953689

Text Example


Text Example

White with #953689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953689; }

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

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

background-color css

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

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

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

border-color css

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

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

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