Html Css Color HEX #953389 Dark Purple

📋 copy color: '#953389'

red 149 ◦ green 51 ◦ blue 137

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

Shades of Dark Purple #953389

Tints of Dark Purple #953389

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.13%

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

R = 44.21%
G = 15.13%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#953389 (or 0x953389) is known color: Dark Purple. HEX triplet: 95, 33 and 89. RGB value is (149,51,137). Sum of RGB (Red+Green+Blue) = 149+51+137=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #953389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953389 is #6ACC76. Grayscale: #595959. Windows color (decimal): -6999159 or 8991637. OLE color: 8991637.

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

Color convert

RGB 149 51 137 -
CMYK 0 0.66 0.08 0.42
HSL 307.35º 0.49% 0.39% -
HSV(B) 307.35º 0.66% 0.58% -
XYZ 18.09 10.56 24.75 -
YUV 90.11 154.47 170.01 -
System Red Green Blue C M Y K H S L
Decimal 149 51 137 0 0.66 0.08 0.42 307.35 0.49 0.39
Hex 95 33 89 0 42 8 2A 133 31 27
Octal 225 63 211 0 102 10 52 463 61 47
Binary 10010101 110011 10001001 0 1000010 1000 101010 100110011 110001 100111

Color Harmonies of #953389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953389

Black with #953389

Text Example


Text Example

White with #953389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953389; }

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

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

background-color css

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

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

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

border-color css

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

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

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