#982ABA

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

Shades of Dark Orchid #982ABA

Tints of Dark Orchid #982ABA

Color information

#982ABA (or 0x982ABA) is unknown color: approx Dark Orchid. HEX triplet: 98, 2A and BA. RGB value is (152,42,186). Sum of RGB (Red+Green+Blue) = 152+42+186=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 42 (16.80% from 255 or 11.05% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #982ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982ABA is #67D545. Grayscale: #5A5A5A. Windows color (decimal): -6804806 or 12200600. OLE color: 12200600.

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

Color convert

RGB15242186-
CMYK0.180.7700.27
HSL285.83º63.16%44.71%-
HSV(B)285.83º77.42%72.94%-
XYZ22.6411.8847.55-
YUV91.31181.44171.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40%
GREEN value IS 42 (16.80% from 255) = 11.05%
BLUE value IS 186 (73.05% from 255) = 48.95%
R=40%
G=11.05%
B=48.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal152421860.180.7700.27285.8363.1644.71
Hex982ABA124D01B11e3f2d
Octal23052272221150334367755
Binary1001100010101010111010100101001101011011100011110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982ABA; }

 p { color: rgb(152,42,186); }

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

<style>
 a { background-color: #982ABA; }

 a { background-color: rgb(152,42,186); }

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

<style>
 span { border-color: #982ABA; }

 span { border-color: rgb(152,42,186); }

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