#982CD9

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

Shades of Dark Orchid #982CD9

Tints of Dark Orchid #982CD9

Color information

#982CD9 (or 0x982CD9) is unknown color: approx Dark Orchid. HEX triplet: 98, 2C and D9. RGB value is (152,44,217). Sum of RGB (Red+Green+Blue) = 152+44+217=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 217 (85.16% from 255 or 52.54% from 413); Max value from RGB is 217 - color contains mainly: blue. Hex color #982CD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982CD9 is #67D326. Grayscale: #5F5F5F. Windows color (decimal): -6804263 or 14232728. OLE color: 14232728.

HSL color Cylindrical-coordinate representation of color #982CD9: hue angle of 277.46º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #982CD9 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15244217-
CMYK0.300.8000.15
HSL277.46º69.48%51.18%-
HSV(B)277.46º79.72%85.1%-
XYZ26.3713.4966.86-
YUV96.01196.28167.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.80%
GREEN value IS 44 (17.58% from 255) = 10.65%
BLUE value IS 217 (85.16% from 255) = 52.54%
R=36.80%
G=10.65%
B=52.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal152442170.300.8000.15277.4669.4851.18
Hex982CD91E500F1154533
Octal230543313612001742510563
Binary1001100010110011011001111101010000011111000101011000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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