#982CB0

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

Shades of Dark Orchid #982CB0

Tints of Dark Orchid #982CB0

Color information

#982CB0 (or 0x982CB0) is unknown color: approx Dark Orchid. HEX triplet: 98, 2C and B0. RGB value is (152,44,176). Sum of RGB (Red+Green+Blue) = 152+44+176=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 44 (17.58% from 255 or 11.83% from 372); Blue value is 176 (69.14% from 255 or 47.31% from 372); Max value from RGB is 176 - color contains mainly: blue. Hex color #982CB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982CB0 is #67D34F. Grayscale: #5A5A5A. Windows color (decimal): -6804304 or 11545752. OLE color: 11545752.

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

Color convert

RGB15244176-
CMYK0.140.7500.31
HSL289.09º60%43.14%-
HSV(B)289.09º75%69.02%-
XYZ21.6911.6142.17-
YUV91.34175.78171.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.86%
GREEN value IS 44 (17.58% from 255) = 11.83%
BLUE value IS 176 (69.14% from 255) = 47.31%
R=40.86%
G=11.83%
B=47.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal152441760.140.7500.31289.096043.14
Hex982CB0E4B01F1213c2b
Octal23054260161130374417453
Binary100110001011001011000011101001011011111100100001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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