#993AD1

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

Shades of Dark Orchid #993AD1

Tints of Dark Orchid #993AD1

Color information

#993AD1 (or 0x993AD1) is unknown color: approx Dark Orchid. HEX triplet: 99, 3A and D1. RGB value is (153,58,209). Sum of RGB (Red+Green+Blue) = 153+58+209=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 209 (82.03% from 255 or 49.76% from 420); Max value from RGB is 209 - color contains mainly: blue. Hex color #993AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993AD1 is #66C52E. Grayscale: #676767. Windows color (decimal): -6735151 or 13712025. OLE color: 13712025.

HSL color Cylindrical-coordinate representation of color #993AD1: hue angle of 277.75º degrees, saturation: 0.62, 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 #993AD1 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15358209-
CMYK0.270.7200.18
HSL277.75º62.14%52.35%-
HSV(B)277.75º72.25%81.96%-
XYZ26.1614.461.72-
YUV103.62187.47163.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.43%
GREEN value IS 58 (23.05% from 255) = 13.81%
BLUE value IS 209 (82.03% from 255) = 49.76%
R=36.43%
G=13.81%
B=49.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal153582090.270.7200.18277.7562.1452.35
Hex993AD11B480121163e34
Octal23172321331100224267664
Binary1001100111101011010001110111001000010010100010110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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