#993DB9

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

Shades of Dark Orchid #993DB9

Tints of Dark Orchid #993DB9

Color information

#993DB9 (or 0x993DB9) is unknown color: approx Dark Orchid. HEX triplet: 99, 3D and B9. RGB value is (153,61,185). Sum of RGB (Red+Green+Blue) = 153+61+185=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 185 - color contains mainly: blue. Hex color #993DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993DB9 is #66C246. Grayscale: #666666. Windows color (decimal): -6734407 or 12139929. OLE color: 12139929.

HSL color Cylindrical-coordinate representation of color #993DB9: hue angle of 284.52º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #993DB9 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15361185-
CMYK0.170.6700.27
HSL284.52º50.41%48.24%-
HSV(B)284.52º67.03%72.55%-
XYZ23.5613.6147.28-
YUV102.64174.48163.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.35%
GREEN value IS 61 (24.22% from 255) = 15.29%
BLUE value IS 185 (72.66% from 255) = 46.37%
R=38.35%
G=15.29%
B=46.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153611850.170.6700.27284.5250.4148.24
Hex993DB9114301B11d3230
Octal23175271211030334356260
Binary1001100111110110111001100011000011011011100011101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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