#982ABB

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

Shades of Dark Orchid #982ABB

Tints of Dark Orchid #982ABB

Color information

#982ABB (or 0x982ABB) is unknown color: approx Dark Orchid. HEX triplet: 98, 2A and BB. RGB value is (152,42,187). Sum of RGB (Red+Green+Blue) = 152+42+187=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #982ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982ABB is #67D544. Grayscale: #5A5A5A. Windows color (decimal): -6804805 or 12266136. OLE color: 12266136.

HSL color Cylindrical-coordinate representation of color #982ABB: hue angle of 285.52º 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 #982ABB is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15242187-
CMYK0.190.7800.27
HSL285.52º63.32%44.9%-
HSV(B)285.52º77.54%73.33%-
XYZ22.7511.9248.12-
YUV91.42181.94171.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.90%
GREEN value IS 42 (16.80% from 255) = 11.02%
BLUE value IS 187 (73.44% from 255) = 49.08%
R=39.90%
G=11.02%
B=49.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal152421870.190.7800.27285.5263.3244.9
Hex982ABB134E01B11e3f2d
Octal23052273231160334367755
Binary1001100010101010111011100111001110011011100011110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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