#993CC5

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

Shades of Dark Orchid #993CC5

Tints of Dark Orchid #993CC5

Color information

#993CC5 (or 0x993CC5) is unknown color: approx Dark Orchid. HEX triplet: 99, 3C and C5. RGB value is (153,60,197). Sum of RGB (Red+Green+Blue) = 153+60+197=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 197 (77.34% from 255 or 48.05% from 410); Max value from RGB is 197 - color contains mainly: blue. Hex color #993CC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993CC5 is #66C33A. Grayscale: #666666. Windows color (decimal): -6734651 or 12926105. OLE color: 12926105.

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

Color convert

RGB15360197-
CMYK0.220.7000.23
HSL280.73º54.15%50.39%-
HSV(B)280.73º69.54%77.25%-
XYZ24.8314.0454.22-
YUV103.42180.81163.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.32%
GREEN value IS 60 (23.83% from 255) = 14.63%
BLUE value IS 197 (77.34% from 255) = 48.05%
R=37.32%
G=14.63%
B=48.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal153601970.220.7000.23280.7354.1550.39
Hex993CC516460171193632
Octal23174305261060274316662
Binary1001100111110011000101101101000110010111100011001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,60,197); }

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

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

 a { background-color: rgb(153,60,197); }

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

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

 span { border-color: rgb(153,60,197); }

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