#982DC6

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

Shades of Dark Orchid #982DC6

Tints of Dark Orchid #982DC6

Color information

#982DC6 (or 0x982DC6) is unknown color: approx Dark Orchid. HEX triplet: 98, 2D and C6. RGB value is (152,45,198). Sum of RGB (Red+Green+Blue) = 152+45+198=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 198 (77.73% from 255 or 50.13% from 395); Max value from RGB is 198 - color contains mainly: blue. Hex color #982DC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982DC6 is #67D239. Grayscale: #5D5D5D. Windows color (decimal): -6804026 or 12987800. OLE color: 12987800.

HSL color Cylindrical-coordinate representation of color #982DC6: hue angle of 281.96º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #982DC6 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15245198-
CMYK0.230.7700.22
HSL281.96º62.96%47.65%-
HSV(B)281.96º77.27%77.65%-
XYZ24.0812.6354.59-
YUV94.44186.45169.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.48%
GREEN value IS 45 (17.97% from 255) = 11.39%
BLUE value IS 198 (77.73% from 255) = 50.13%
R=38.48%
G=11.39%
B=50.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal152451980.230.7700.22281.9662.9647.65
Hex982DC6174D01611a3f30
Octal23055306271150264327760
Binary1001100010110111000110101111001101010110100011010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,45,198); }

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

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

 a { background-color: rgb(152,45,198); }

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

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

 span { border-color: rgb(152,45,198); }

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