Html Css Color HEX #993289 Dark Purple

📋 copy color: '#993289'

red 153 ◦ green 50 ◦ blue 137

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

Shades of Dark Purple #993289

Tints of Dark Purple #993289

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.71%

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

R = 45%
G = 14.71%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#993289 (or 0x993289) is known color: Dark Purple. HEX triplet: 99, 32 and 89. RGB value is (153,50,137). Sum of RGB (Red+Green+Blue) = 153+50+137=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #993289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993289 is #66CD76. Grayscale: #5A5A5A. Windows color (decimal): -6737271 or 8991385. OLE color: 8991385.

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

Color convert

RGB 153 50 137 -
CMYK 0 0.67 0.10 0.4
HSL 309.32º 0.51% 0.4% -
HSV(B) 309.32º 0.67% 0.6% -
XYZ 18.79 10.86 24.77 -
YUV 90.72 154.12 172.43 -
System Red Green Blue C M Y K H S L
Decimal 153 50 137 0 0.67 0.10 0.4 309.32 0.51 0.4
Hex 99 32 89 0 43 A 28 135 33 28
Octal 231 62 211 0 103 12 50 465 63 50
Binary 10011001 110010 10001001 0 1000011 1010 101000 100110101 110011 101000

Color Harmonies of #993289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993289

Black with #993289

Text Example


Text Example

White with #993289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993289; }

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

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

background-color css

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

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

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

border-color css

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

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

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