#993BD2

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

Shades of Dark Orchid #993BD2

Tints of Dark Orchid #993BD2

Color information

#993BD2 (or 0x993BD2) is unknown color: approx Dark Orchid. HEX triplet: 99, 3B and D2. RGB value is (153,59,210). Sum of RGB (Red+Green+Blue) = 153+59+210=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 59 (23.44% from 255 or 13.98% from 422); Blue value is 210 (82.42% from 255 or 49.76% from 422); Max value from RGB is 210 - color contains mainly: blue. Hex color #993BD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993BD2 is #66C42D. Grayscale: #676767. Windows color (decimal): -6734894 or 13777817. OLE color: 13777817.

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

Color convert

RGB15359210-
CMYK0.270.7200.18
HSL277.35º62.66%52.75%-
HSV(B)277.35º71.9%82.35%-
XYZ26.3314.5562.39-
YUV104.32187.64162.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.26%
GREEN value IS 59 (23.44% from 255) = 13.98%
BLUE value IS 210 (82.42% from 255) = 49.76%
R=36.26%
G=13.98%
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
Decimal153592100.270.7200.18277.3562.6652.75
Hex993BD21B480121153f35
Octal23173322331100224257765
Binary1001100111101111010010110111001000010010100010101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,59,210); }

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

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

 a { background-color: rgb(153,59,210); }

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

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

 span { border-color: rgb(153,59,210); }

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