#993EBE

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

Shades of Dark Orchid #993EBE

Tints of Dark Orchid #993EBE

Color information

#993EBE (or 0x993EBE) is unknown color: approx Dark Orchid. HEX triplet: 99, 3E and BE. RGB value is (153,62,190). Sum of RGB (Red+Green+Blue) = 153+62+190=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 62 (24.61% from 255 or 15.31% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #993EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993EBE is #66C141. Grayscale: #676767. Windows color (decimal): -6734146 or 12467865. OLE color: 12467865.

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

Color convert

RGB15362190-
CMYK0.190.6700.25
HSL282.66º50.79%49.41%-
HSV(B)282.66º67.37%74.51%-
XYZ24.1513.9450.13-
YUV103.8176.65163.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.78%
GREEN value IS 62 (24.61% from 255) = 15.31%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=37.78%
G=15.31%
B=46.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153621900.190.6700.25282.6650.7949.41
Hex993EBE134301911b3331
Octal23176276231030314336361
Binary1001100111111010111110100111000011011001100011011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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