#981ED5

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

Shades of Dark Orchid #981ED5

Tints of Dark Orchid #981ED5

Color information

#981ED5 (or 0x981ED5) is unknown color: approx Dark Orchid. HEX triplet: 98, 1E and D5. RGB value is (152,30,213). Sum of RGB (Red+Green+Blue) = 152+30+213=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 213 (83.59% from 255 or 53.92% from 395); Max value from RGB is 213 - color contains mainly: blue. Hex color #981ED5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981ED5 is #67E12A. Grayscale: #565656. Windows color (decimal): -6807851 or 13967000. OLE color: 13967000.

HSL color Cylindrical-coordinate representation of color #981ED5: hue angle of 280º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981ED5 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15230213-
CMYK0.290.8600.16
HSL280º75.31%47.65%-
HSV(B)280º85.92%83.53%-
XYZ25.4212.4164.01-
YUV87.34198.92174.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.48%
GREEN value IS 30 (12.11% from 255) = 7.59%
BLUE value IS 213 (83.59% from 255) = 53.92%
R=38.48%
G=7.59%
B=53.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal152302130.290.8600.1628075.3147.65
Hex981ED51D560101184b30
Octal230363253512602043011360
Binary1001100011110110101011110110101100100001000110001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981ED5; }

 p { color: rgb(152,30,213); }

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

<style>
 a { background-color: #981ED5; }

 a { background-color: rgb(152,30,213); }

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

<style>
 span { border-color: #981ED5; }

 span { border-color: rgb(152,30,213); }

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