Html Css Color HEX #993589 Dark Purple

📋 copy color: '#993589'

red 153 ◦ green 53 ◦ blue 137

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

Shades of Dark Purple #993589

Tints of Dark Purple #993589

RGB

 RED value IS 153 (60.16% from 255) = 44.61%

 GREEN value IS 53 (21.09% from 255) = 15.45%

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

R = 44.61%
G = 15.45%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#993589 (or 0x993589) is known color: Dark Purple. HEX triplet: 99, 35 and 89. RGB value is (153,53,137). Sum of RGB (Red+Green+Blue) = 153+53+137=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #993589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993589 is #66CA76. Grayscale: #5C5C5C. Windows color (decimal): -6736503 or 8992153. OLE color: 8992153.

HSL color Cylindrical-coordinate representation of color #993589: hue angle of 309.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993589 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 53 137 -
CMYK 0 0.65 0.10 0.4
HSL 309.6º 0.49% 0.4% -
HSV(B) 309.6º 0.65% 0.6% -
XYZ 18.93 11.12 24.82 -
YUV 92.48 153.13 171.17 -
System Red Green Blue C M Y K H S L
Decimal 153 53 137 0 0.65 0.10 0.4 309.6 0.49 0.4
Hex 99 35 89 0 41 A 28 136 31 28
Octal 231 65 211 0 101 12 50 466 61 50
Binary 10011001 110101 10001001 0 1000001 1010 101000 100110110 110001 101000

Color Harmonies of #993589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993589

Black with #993589

Text Example


Text Example

White with #993589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993589; }

 p { color: rgb(153,53,137); }

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

background-color css

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

 a { background-color: rgb(153,53,137); }

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

border-color css

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

 span { border-color: rgb(153,53,137); }

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