#982BAE

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

Shades of Dark Orchid #982BAE

Tints of Dark Orchid #982BAE

Color information

#982BAE (or 0x982BAE) is unknown color: approx Dark Orchid. HEX triplet: 98, 2B and AE. RGB value is (152,43,174). Sum of RGB (Red+Green+Blue) = 152+43+174=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #982BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982BAE is #67D451. Grayscale: #5A5A5A. Windows color (decimal): -6804562 or 11414424. OLE color: 11414424.

HSL color Cylindrical-coordinate representation of color #982BAE: hue angle of 289.92º 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 #982BAE is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15243174-
CMYK0.130.7500.32
HSL289.92º60.37%42.55%-
HSV(B)289.92º75.29%68.24%-
XYZ21.4511.4641.13-
YUV90.52175.11171.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.19%
GREEN value IS 43 (17.19% from 255) = 11.65%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=41.19%
G=11.65%
B=47.15%

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
Decimal152431740.130.7500.32289.9260.3742.55
Hex982BAED4B0201223c2b
Octal23053256151130404427453
Binary1001100010101110101110110110010110100000100100010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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