#981DC6

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

Shades of Dark Orchid #981DC6

Tints of Dark Orchid #981DC6

Color information

#981DC6 (or 0x981DC6) is unknown color: approx Dark Orchid. HEX triplet: 98, 1D and C6. RGB value is (152,29,198). Sum of RGB (Red+Green+Blue) = 152+29+198=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 198 (77.73% from 255 or 52.24% from 379); Max value from RGB is 198 - color contains mainly: blue. Hex color #981DC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981DC6 is #67E239. Grayscale: #545454. Windows color (decimal): -6808122 or 12983704. OLE color: 12983704.

HSL color Cylindrical-coordinate representation of color #981DC6: hue angle of 283.67º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #981DC6 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15229198-
CMYK0.230.8500.22
HSL283.67º74.45%44.51%-
HSV(B)283.67º85.35%77.65%-
XYZ23.5811.6354.43-
YUV85.04191.75175.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.11%
GREEN value IS 29 (11.72% from 255) = 7.65%
BLUE value IS 198 (77.73% from 255) = 52.24%
R=40.11%
G=7.65%
B=52.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal152291980.230.8500.22283.6774.4544.51
Hex981DC6175501611c4a2d
Octal230353062712502643411255
Binary1001100011101110001101011110101010101101000111001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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