#982DD1

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

Shades of Dark Orchid #982DD1

Tints of Dark Orchid #982DD1

Color information

#982DD1 (or 0x982DD1) is unknown color: approx Dark Orchid. HEX triplet: 98, 2D and D1. RGB value is (152,45,209). Sum of RGB (Red+Green+Blue) = 152+45+209=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 209 (82.03% from 255 or 51.48% from 406); Max value from RGB is 209 - color contains mainly: blue. Hex color #982DD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982DD1 is #67D22E. Grayscale: #5F5F5F. Windows color (decimal): -6804015 or 13708696. OLE color: 13708696.

HSL color Cylindrical-coordinate representation of color #982DD1: hue angle of 279.15º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982DD1 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15245209-
CMYK0.270.7800.18
HSL279.15º64.57%49.8%-
HSV(B)279.15º78.47%81.96%-
XYZ25.413.1661.52-
YUV95.69191.95168.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.44%
GREEN value IS 45 (17.97% from 255) = 11.08%
BLUE value IS 209 (82.03% from 255) = 51.48%
R=37.44%
G=11.08%
B=51.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal152452090.270.7800.18279.1564.5749.8
Hex982DD11B4E0121174132
Octal230553213311602242710162
Binary10011000101101110100011101110011100100101000101111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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