#993DB8

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

Shades of Dark Orchid #993DB8

Tints of Dark Orchid #993DB8

Color information

#993DB8 (or 0x993DB8) is unknown color: approx Dark Orchid. HEX triplet: 99, 3D and B8. RGB value is (153,61,184). Sum of RGB (Red+Green+Blue) = 153+61+184=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 184 (72.27% from 255 or 46.23% from 398); Max value from RGB is 184 - color contains mainly: blue. Hex color #993DB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993DB8 is #66C247. Grayscale: #666666. Windows color (decimal): -6734408 or 12074393. OLE color: 12074393.

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

Color convert

RGB15361184-
CMYK0.170.6700.28
HSL284.88º50.2%48.04%-
HSV(B)284.88º66.85%72.16%-
XYZ23.4613.5746.73-
YUV102.53173.98164-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.44%
GREEN value IS 61 (24.22% from 255) = 15.33%
BLUE value IS 184 (72.27% from 255) = 46.23%
R=38.44%
G=15.33%
B=46.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal153611840.170.6700.28284.8850.248.04
Hex993DB8114301C11d3230
Octal23175270211030344356260
Binary1001100111110110111000100011000011011100100011101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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