#993ABD

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

Shades of Dark Orchid #993ABD

Tints of Dark Orchid #993ABD

Color information

#993ABD (or 0x993ABD) is unknown color: approx Dark Orchid. HEX triplet: 99, 3A and BD. RGB value is (153,58,189). Sum of RGB (Red+Green+Blue) = 153+58+189=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #993ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993ABD is #66C542. Grayscale: #646464. Windows color (decimal): -6735171 or 12401305. OLE color: 12401305.

HSL color Cylindrical-coordinate representation of color #993ABD: hue angle of 283.51º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #993ABD is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15358189-
CMYK0.190.6900.26
HSL283.51º53.04%48.43%-
HSV(B)283.51º69.31%74.12%-
XYZ23.8413.4749.49-
YUV101.34177.47164.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.25%
GREEN value IS 58 (23.05% from 255) = 14.5%
BLUE value IS 189 (74.22% from 255) = 47.25%
R=38.25%
G=14.5%
B=47.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal153581890.190.6900.26283.5153.0448.43
Hex993ABD134501A11c3530
Octal23172275231050324346560
Binary1001100111101010111101100111000101011010100011100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,58,189); }

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

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

 a { background-color: rgb(153,58,189); }

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

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

 span { border-color: rgb(153,58,189); }

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