Html Css Color HEX #993387 Dark Purple

📋 copy color: '#993387'

red 153 ◦ green 51 ◦ blue 135

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

Shades of Dark Purple #993387

Tints of Dark Purple #993387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 39.82%

R = 45.13%
G = 15.04%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#993387 (or 0x993387) is known color: Dark Purple. HEX triplet: 99, 33 and 87. RGB value is (153,51,135). Sum of RGB (Red+Green+Blue) = 153+51+135=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #993387 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993387 is #66CC78. Grayscale: #5A5A5A. Windows color (decimal): -6737017 or 8860569. OLE color: 8860569.

HSL color Cylindrical-coordinate representation of color #993387: hue angle of 310.59º degrees, saturation: 0.5, 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 #993387 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 51 135 -
CMYK 0 0.67 0.12 0.4
HSL 310.59º 0.5% 0.4% -
HSV(B) 310.59º 0.67% 0.6% -
XYZ 18.69 10.89 24.04 -
YUV 91.07 152.79 172.17 -
System Red Green Blue C M Y K H S L
Decimal 153 51 135 0 0.67 0.12 0.4 310.59 0.5 0.4
Hex 99 33 87 0 43 C 28 137 32 28
Octal 231 63 207 0 103 14 50 467 62 50
Binary 10011001 110011 10000111 0 1000011 1100 101000 100110111 110010 101000

Color Harmonies of #993387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993387

Black with #993387

Text Example


Text Example

White with #993387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993387; }

 p { color: rgb(153,51,135); }

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

background-color css

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

 a { background-color: rgb(153,51,135); }

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

border-color css

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

 span { border-color: rgb(153,51,135); }

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