#993AD0

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

Shades of Dark Orchid #993AD0

Tints of Dark Orchid #993AD0

Color information

#993AD0 (or 0x993AD0) is unknown color: approx Dark Orchid. HEX triplet: 99, 3A and D0. RGB value is (153,58,208). Sum of RGB (Red+Green+Blue) = 153+58+208=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 58 (23.05% from 255 or 13.84% from 419); Blue value is 208 (81.64% from 255 or 49.64% from 419); Max value from RGB is 208 - color contains mainly: blue. Hex color #993AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993AD0 is #66C52F. Grayscale: #676767. Windows color (decimal): -6735152 or 13646489. OLE color: 13646489.

HSL color Cylindrical-coordinate representation of color #993AD0: hue angle of 278º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #993AD0 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15358208-
CMYK0.260.7200.18
HSL278º61.48%52.16%-
HSV(B)278º72.12%81.57%-
XYZ26.0414.3561.07-
YUV103.51186.97163.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.52%
GREEN value IS 58 (23.05% from 255) = 13.84%
BLUE value IS 208 (81.64% from 255) = 49.64%
R=36.52%
G=13.84%
B=49.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal153582080.260.7200.1827861.4852.16
Hex993AD01A480121163d34
Octal23172320321100224267564
Binary1001100111101011010000110101001000010010100010110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,58,208); }

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

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

 a { background-color: rgb(153,58,208); }

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

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

 span { border-color: rgb(153,58,208); }

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