#982CAE

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

Shades of Dark Orchid #982CAE

Tints of Dark Orchid #982CAE

Color information

#982CAE (or 0x982CAE) is unknown color: approx Dark Orchid. HEX triplet: 98, 2C and AE. RGB value is (152,44,174). Sum of RGB (Red+Green+Blue) = 152+44+174=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #982CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982CAE is #67D351. Grayscale: #5A5A5A. Windows color (decimal): -6804306 or 11414680. OLE color: 11414680.

HSL color Cylindrical-coordinate representation of color #982CAE: hue angle of 289.85º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #982CAE is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15244174-
CMYK0.130.7500.32
HSL289.85º59.63%42.75%-
HSV(B)289.85º74.71%68.24%-
XYZ21.4911.5341.14-
YUV91.11174.78171.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.08%
GREEN value IS 44 (17.58% from 255) = 11.89%
BLUE value IS 174 (68.36% from 255) = 47.03%
R=41.08%
G=11.89%
B=47.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal152441740.130.7500.32289.8559.6342.75
Hex982CAED4B0201223c2b
Octal23054256151130404427453
Binary1001100010110010101110110110010110100000100100010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,44,174); }

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

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

 a { background-color: rgb(152,44,174); }

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

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

 span { border-color: rgb(152,44,174); }

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