#981CD3

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

Shades of Dark Orchid #981CD3

Tints of Dark Orchid #981CD3

Color information

#981CD3 (or 0x981CD3) is unknown color: approx Dark Orchid. HEX triplet: 98, 1C and D3. RGB value is (152,28,211). Sum of RGB (Red+Green+Blue) = 152+28+211=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 28 (11.33% from 255 or 7.16% from 391); Blue value is 211 (82.81% from 255 or 53.96% from 391); Max value from RGB is 211 - color contains mainly: blue. Hex color #981CD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981CD3 is #67E32C. Grayscale: #555555. Windows color (decimal): -6808365 or 13835416. OLE color: 13835416.

HSL color Cylindrical-coordinate representation of color #981CD3: hue angle of 280.66º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #981CD3 is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15228211-
CMYK0.280.8700.17
HSL280.66º76.57%46.86%-
HSV(B)280.66º86.73%82.75%-
XYZ25.1212.2162.66-
YUV85.94198.58175.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.87%
GREEN value IS 28 (11.33% from 255) = 7.16%
BLUE value IS 211 (82.81% from 255) = 53.96%
R=38.87%
G=7.16%
B=53.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal152282110.280.8700.17280.6676.5746.86
Hex981CD31C570111194d2f
Octal230343233412702143111557
Binary1001100011100110100111110010101110100011000110011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,28,211); }

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

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

 a { background-color: rgb(152,28,211); }

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

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

 span { border-color: rgb(152,28,211); }

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