#993BC6

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

Shades of Dark Orchid #993BC6

Tints of Dark Orchid #993BC6

Color information

#993BC6 (or 0x993BC6) is unknown color: approx Dark Orchid. HEX triplet: 99, 3B and C6. RGB value is (153,59,198). Sum of RGB (Red+Green+Blue) = 153+59+198=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 59 (23.44% from 255 or 14.39% from 410); Blue value is 198 (77.73% from 255 or 48.29% from 410); Max value from RGB is 198 - color contains mainly: blue. Hex color #993BC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993BC6 is #66C439. Grayscale: #666666. Windows color (decimal): -6734906 or 12991385. OLE color: 12991385.

HSL color Cylindrical-coordinate representation of color #993BC6: hue angle of 280.58º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #993BC6 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15359198-
CMYK0.230.7000.22
HSL280.58º54.94%50.39%-
HSV(B)280.58º70.2%77.65%-
XYZ24.8913.9854.81-
YUV102.95181.64163.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.32%
GREEN value IS 59 (23.44% from 255) = 14.39%
BLUE value IS 198 (77.73% from 255) = 48.29%
R=37.32%
G=14.39%
B=48.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal153591980.230.7000.22280.5854.9450.39
Hex993BC617460161193732
Octal23173306271060264316762
Binary1001100111101111000110101111000110010110100011001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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