#981ABA

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

Shades of Dark Orchid #981ABA

Tints of Dark Orchid #981ABA

Color information

#981ABA (or 0x981ABA) is unknown color: approx Dark Orchid. HEX triplet: 98, 1A and BA. RGB value is (152,26,186). Sum of RGB (Red+Green+Blue) = 152+26+186=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #981ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981ABA is #67E545. Grayscale: #515151. Windows color (decimal): -6808902 or 12196504. OLE color: 12196504.

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

Color convert

RGB15226186-
CMYK0.180.8600.27
HSL287.25º75.47%41.57%-
HSV(B)287.25º86.02%72.94%-
XYZ22.1810.9647.4-
YUV81.91186.74177.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.76%
GREEN value IS 26 (10.55% from 255) = 7.14%
BLUE value IS 186 (73.05% from 255) = 51.10%
R=41.76%
G=7.14%
B=51.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal152261860.180.8600.27287.2575.4741.57
Hex981ABA125601B11f4b2a
Octal230322722212603343711352
Binary1001100011010101110101001010101100110111000111111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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