#993FBF

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

Shades of Dark Orchid #993FBF

Tints of Dark Orchid #993FBF

Color information

#993FBF (or 0x993FBF) is unknown color: approx Dark Orchid. HEX triplet: 99, 3F and BF. RGB value is (153,63,191). Sum of RGB (Red+Green+Blue) = 153+63+191=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #993FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993FBF is #66C040. Grayscale: #686868. Windows color (decimal): -6733889 or 12533657. OLE color: 12533657.

HSL color Cylindrical-coordinate representation of color #993FBF: hue angle of 282.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #993FBF is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15363191-
CMYK0.200.6700.25
HSL282.19º50.39%49.8%-
HSV(B)282.19º67.02%74.9%-
XYZ24.3214.0950.73-
YUV104.5176.82162.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.59%
GREEN value IS 63 (25% from 255) = 15.48%
BLUE value IS 191 (75% from 255) = 46.93%
R=37.59%
G=15.48%
B=46.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153631910.200.6700.25282.1950.3949.8
Hex993FBF144301911a3232
Octal23177277241030314326262
Binary1001100111111110111111101001000011011001100011010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,63,191); }

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

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

 a { background-color: rgb(153,63,191); }

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

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

 span { border-color: rgb(153,63,191); }

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