#993ECA

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

Shades of Dark Orchid #993ECA

Tints of Dark Orchid #993ECA

Color information

#993ECA (or 0x993ECA) is unknown color: approx Dark Orchid. HEX triplet: 99, 3E and CA. RGB value is (153,62,202). Sum of RGB (Red+Green+Blue) = 153+62+202=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 62 (24.61% from 255 or 14.87% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #993ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993ECA is #66C135. Grayscale: #686868. Windows color (decimal): -6734134 or 13254297. OLE color: 13254297.

HSL color Cylindrical-coordinate representation of color #993ECA: hue angle of 279º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #993ECA is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15362202-
CMYK0.240.6900.21
HSL279º56.91%51.76%-
HSV(B)279º69.31%79.22%-
XYZ25.5214.4857.33-
YUV105.17182.65162.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.69%
GREEN value IS 62 (24.61% from 255) = 14.87%
BLUE value IS 202 (79.30% from 255) = 48.44%
R=36.69%
G=14.87%
B=48.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal153622020.240.6900.2127956.9151.76
Hex993ECA18450151173934
Octal23176312301050254277164
Binary1001100111111011001010110001000101010101100010111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,62,202); }

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

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

 a { background-color: rgb(153,62,202); }

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

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

 span { border-color: rgb(153,62,202); }

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