#982DD7

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

Shades of Dark Orchid #982DD7

Tints of Dark Orchid #982DD7

Color information

#982DD7 (or 0x982DD7) is unknown color: approx Dark Orchid. HEX triplet: 98, 2D and D7. RGB value is (152,45,215). Sum of RGB (Red+Green+Blue) = 152+45+215=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 215 (84.38% from 255 or 52.18% from 412); Max value from RGB is 215 - color contains mainly: blue. Hex color #982DD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982DD7 is #67D228. Grayscale: #5F5F5F. Windows color (decimal): -6804009 or 14101912. OLE color: 14101912.

HSL color Cylindrical-coordinate representation of color #982DD7: hue angle of 277.76º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #982DD7 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15245215-
CMYK0.290.7900.16
HSL277.76º68%50.98%-
HSV(B)277.76º79.07%84.31%-
XYZ26.1513.4665.51-
YUV96.37194.95167.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.89%
GREEN value IS 45 (17.97% from 255) = 10.92%
BLUE value IS 215 (84.38% from 255) = 52.18%
R=36.89%
G=10.92%
B=52.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal152452150.290.7900.16277.766850.98
Hex982DD71D4F0101164433
Octal230553273511702042610463
Binary10011000101101110101111110110011110100001000101101000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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