#992ABB

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

Shades of Dark Orchid #992ABB

Tints of Dark Orchid #992ABB

Color information

#992ABB (or 0x992ABB) is unknown color: approx Dark Orchid. HEX triplet: 99, 2A and BB. RGB value is (153,42,187). Sum of RGB (Red+Green+Blue) = 153+42+187=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #992ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992ABB is #66D544. Grayscale: #5B5B5B. Windows color (decimal): -6739269 or 12266137. OLE color: 12266137.

HSL color Cylindrical-coordinate representation of color #992ABB: hue angle of 285.93º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992ABB is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15342187-
CMYK0.180.7800.27
HSL285.93º63.32%44.9%-
HSV(B)285.93º77.54%73.33%-
XYZ22.9312.0248.12-
YUV91.72181.77171.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.05%
GREEN value IS 42 (16.80% from 255) = 10.99%
BLUE value IS 187 (73.44% from 255) = 48.95%
R=40.05%
G=10.99%
B=48.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153421870.180.7800.27285.9363.3244.9
Hex992ABB124E01B11e3f2d
Octal23152273221160334367755
Binary1001100110101010111011100101001110011011100011110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992ABB; }

 p { color: rgb(153,42,187); }

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

<style>
 a { background-color: #992ABB; }

 a { background-color: rgb(153,42,187); }

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

<style>
 span { border-color: #992ABB; }

 span { border-color: rgb(153,42,187); }

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