#993CBE

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

Shades of Dark Orchid #993CBE

Tints of Dark Orchid #993CBE

Color information

#993CBE (or 0x993CBE) is unknown color: approx Dark Orchid. HEX triplet: 99, 3C and BE. RGB value is (153,60,190). Sum of RGB (Red+Green+Blue) = 153+60+190=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #993CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993CBE is #66C341. Grayscale: #666666. Windows color (decimal): -6734658 or 12467353. OLE color: 12467353.

HSL color Cylindrical-coordinate representation of color #993CBE: hue angle of 282.92º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993CBE is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15360190-
CMYK0.190.6800.25
HSL282.92º52%49.02%-
HSV(B)282.92º68.42%74.51%-
XYZ24.0513.7250.1-
YUV102.63177.31163.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.97%
GREEN value IS 60 (23.83% from 255) = 14.89%
BLUE value IS 190 (74.61% from 255) = 47.15%
R=37.97%
G=14.89%
B=47.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153601900.190.6800.25282.925249.02
Hex993CBE134401911b3431
Octal23174276231040314336461
Binary1001100111110010111110100111000100011001100011011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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