#981DCC

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

Shades of Dark Orchid #981DCC

Tints of Dark Orchid #981DCC

Color information

#981DCC (or 0x981DCC) is unknown color: approx Dark Orchid. HEX triplet: 98, 1D and CC. RGB value is (152,29,204). Sum of RGB (Red+Green+Blue) = 152+29+204=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #981DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981DCC is #67E233. Grayscale: #555555. Windows color (decimal): -6808116 or 13376920. OLE color: 13376920.

HSL color Cylindrical-coordinate representation of color #981DCC: hue angle of 282.17º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981DCC is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15229204-
CMYK0.250.8600.2
HSL282.17º75.11%45.69%-
HSV(B)282.17º85.78%80%-
XYZ24.2911.9158.15-
YUV85.73194.75175.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.48%
GREEN value IS 29 (11.72% from 255) = 7.53%
BLUE value IS 204 (80.08% from 255) = 52.99%
R=39.48%
G=7.53%
B=52.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal152292040.250.8600.2282.1775.1145.69
Hex981DCC195601411a4b2e
Octal230353143112602443211356
Binary1001100011101110011001100110101100101001000110101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,29,204); }

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

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

 a { background-color: rgb(152,29,204); }

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

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

 span { border-color: rgb(152,29,204); }

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