#982EDB

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

Shades of Dark Orchid #982EDB

Tints of Dark Orchid #982EDB

Color information

#982EDB (or 0x982EDB) is unknown color: approx Dark Orchid. HEX triplet: 98, 2E and DB. RGB value is (152,46,219). Sum of RGB (Red+Green+Blue) = 152+46+219=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #982EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982EDB is #67D124. Grayscale: #606060. Windows color (decimal): -6803749 or 14364312. OLE color: 14364312.

HSL color Cylindrical-coordinate representation of color #982EDB: hue angle of 276.76º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #982EDB is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15246219-
CMYK0.310.7900.14
HSL276.76º70.61%51.96%-
HSV(B)276.76º79%85.88%-
XYZ26.7113.7468.26-
YUV97.42196.62166.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.45%
GREEN value IS 46 (18.36% from 255) = 11.03%
BLUE value IS 219 (85.94% from 255) = 52.52%
R=36.45%
G=11.03%
B=52.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal152462190.310.7900.14276.7670.6151.96
Hex982EDB1F4F0E1154734
Octal230563333711701642510764
Binary1001100010111011011011111111001111011101000101011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,46,219); }

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

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

 a { background-color: rgb(152,46,219); }

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

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

 span { border-color: rgb(152,46,219); }

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