#993DCA

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

Shades of Dark Orchid #993DCA

Tints of Dark Orchid #993DCA

Color information

#993DCA (or 0x993DCA) is unknown color: approx Dark Orchid. HEX triplet: 99, 3D and CA. RGB value is (153,61,202). Sum of RGB (Red+Green+Blue) = 153+61+202=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #993DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993DCA is #66C235. Grayscale: #686868. Windows color (decimal): -6734390 or 13254041. OLE color: 13254041.

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

Color convert

RGB15361202-
CMYK0.240.7000.21
HSL279.15º57.09%51.57%-
HSV(B)279.15º69.8%79.22%-
XYZ25.4714.3757.31-
YUV104.58182.98162.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.78%
GREEN value IS 61 (24.22% from 255) = 14.66%
BLUE value IS 202 (79.30% from 255) = 48.56%
R=36.78%
G=14.66%
B=48.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal153612020.240.7000.21279.1557.0951.57
Hex993DCA18460151173934
Octal23175312301060254277164
Binary1001100111110111001010110001000110010101100010111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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