#993DDD

Color #993DDD Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #993DDD

Tints of Dark Orchid #993DDD

Color information

#993DDD (or 0x993DDD) is unknown color: approx Dark Orchid. HEX triplet: 99, 3D and DD. RGB value is (153,61,221). Sum of RGB (Red+Green+Blue) = 153+61+221=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #993DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993DDD is #66C222. Grayscale: #6A6A6A. Windows color (decimal): -6734371 or 14499225. OLE color: 14499225.

HSL color Cylindrical-coordinate representation of color #993DDD: hue angle of 274.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #993DDD is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15361221-
CMYK0.310.7200.13
HSL274.5º70.18%55.29%-
HSV(B)274.5º72.4%86.67%-
XYZ27.8615.3369.9-
YUV106.75192.48160.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.17%
GREEN value IS 61 (24.22% from 255) = 14.02%
BLUE value IS 221 (86.72% from 255) = 50.80%
R=35.17%
G=14.02%
B=50.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal153612210.310.7200.13274.570.1855.29
Hex993DDD1F480D1124637
Octal231753353711001542210667
Binary1001100111110111011101111111001000011011000100101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993DDD; }

 p { color: rgb(153,61,221); }

 H1.HeaderClassName
 {
   color: #993DDD;
 }
 .AnyTagClassName
 {
   color: #993DDD;
 }
</style>
background-color css

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

 a { background-color: rgb(153,61,221); }

 div.DivClassName
 {
   background-color: #993DDD;
 }
 .BgClassName
 {
   background-color: #993DDD;
 }
</style>
border-color css

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

 span { border-color: rgb(153,61,221); }

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