#993AB8

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

Shades of Dark Orchid #993AB8

Tints of Dark Orchid #993AB8

Color information

#993AB8 (or 0x993AB8) is unknown color: approx Dark Orchid. HEX triplet: 99, 3A and B8. RGB value is (153,58,184). Sum of RGB (Red+Green+Blue) = 153+58+184=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 184 (72.27% from 255 or 46.58% from 395); Max value from RGB is 184 - color contains mainly: blue. Hex color #993AB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993AB8 is #66C547. Grayscale: #646464. Windows color (decimal): -6735176 or 12073625. OLE color: 12073625.

HSL color Cylindrical-coordinate representation of color #993AB8: hue angle of 285.24º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993AB8 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB15358184-
CMYK0.170.6800.28
HSL285.24º52.07%47.45%-
HSV(B)285.24º68.48%72.16%-
XYZ23.313.2646.68-
YUV100.77174.97165.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.73%
GREEN value IS 58 (23.05% from 255) = 14.68%
BLUE value IS 184 (72.27% from 255) = 46.58%
R=38.73%
G=14.68%
B=46.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal153581840.170.6800.28285.2452.0747.45
Hex993AB8114401C11d342f
Octal23172270211040344356457
Binary1001100111101010111000100011000100011100100011101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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