#982BAC

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

Shades of Dark Orchid #982BAC

Tints of Dark Orchid #982BAC

Color information

#982BAC (or 0x982BAC) is unknown color: approx Dark Orchid. HEX triplet: 98, 2B and AC. RGB value is (152,43,172). Sum of RGB (Red+Green+Blue) = 152+43+172=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #982BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982BAC is #67D453. Grayscale: #595959. Windows color (decimal): -6804564 or 11283352. OLE color: 11283352.

HSL color Cylindrical-coordinate representation of color #982BAC: hue angle of 290.7º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #982BAC is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15243172-
CMYK0.120.7500.33
HSL290.7º60%42.16%-
HSV(B)290.7º75%67.45%-
XYZ21.2611.3840.11-
YUV90.3174.11172.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.42%
GREEN value IS 43 (17.19% from 255) = 11.72%
BLUE value IS 172 (67.58% from 255) = 46.87%
R=41.42%
G=11.72%
B=46.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152431720.120.7500.33290.76042.16
Hex982BACC4B0211233c2a
Octal23053254141130414437452
Binary1001100010101110101100110010010110100001100100011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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