#981EAC

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

Shades of Dark Orchid #981EAC

Tints of Dark Orchid #981EAC

Color information

#981EAC (or 0x981EAC) is unknown color: approx Dark Orchid. HEX triplet: 98, 1E and AC. RGB value is (152,30,172). Sum of RGB (Red+Green+Blue) = 152+30+172=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #981EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981EAC is #67E153. Grayscale: #525252. Windows color (decimal): -6807892 or 11280024. OLE color: 11280024.

HSL color Cylindrical-coordinate representation of color #981EAC: hue angle of 291.55º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #981EAC is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15230172-
CMYK0.120.8300.33
HSL291.55º70.3%39.61%-
HSV(B)291.55º82.56%67.45%-
XYZ20.8610.5839.97-
YUV82.67178.42177.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.94%
GREEN value IS 30 (12.11% from 255) = 8.47%
BLUE value IS 172 (67.58% from 255) = 48.59%
R=42.94%
G=8.47%
B=48.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152301720.120.8300.33291.5570.339.61
Hex981EACC530211244628
Octal230362541412304144410650
Binary1001100011110101011001100101001101000011001001001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,30,172); }

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

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

 a { background-color: rgb(152,30,172); }

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

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

 span { border-color: rgb(152,30,172); }

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