#993ADC

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

Shades of Dark Orchid #993ADC

Tints of Dark Orchid #993ADC

Color information

#993ADC (or 0x993ADC) is unknown color: approx Dark Orchid. HEX triplet: 99, 3A and DC. RGB value is (153,58,220). Sum of RGB (Red+Green+Blue) = 153+58+220=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #993ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993ADC is #66C523. Grayscale: #686868. Windows color (decimal): -6735140 or 14432921. OLE color: 14432921.

HSL color Cylindrical-coordinate representation of color #993ADC: hue angle of 275.19º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #993ADC is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15358220-
CMYK0.300.7400.14
HSL275.19º69.83%54.51%-
HSV(B)275.19º73.64%86.27%-
XYZ27.5714.9769.15-
YUV104.87192.97162.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.50%
GREEN value IS 58 (23.05% from 255) = 13.46%
BLUE value IS 220 (86.33% from 255) = 51.04%
R=35.50%
G=13.46%
B=51.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal153582200.300.7400.14275.1969.8354.51
Hex993ADC1E4A0E1134637
Octal231723343611201642310667
Binary1001100111101011011100111101001010011101000100111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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