#9816D1

Color #9816D1 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9816D1

Tints of Dark Violet #9816D1

Color information

#9816D1 (or 0x9816D1) is unknown color: approx Dark Violet. HEX triplet: 98, 16 and D1. RGB value is (152,22,209). Sum of RGB (Red+Green+Blue) = 152+22+209=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 209 (82.03% from 255 or 54.57% from 383); Max value from RGB is 209 - color contains mainly: blue. Hex color #9816D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9816D1 is #67E92E. Grayscale: #515151. Windows color (decimal): -6809903 or 13702808. OLE color: 13702808.

HSL color Cylindrical-coordinate representation of color #9816D1: hue angle of 281.71º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9816D1 is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15222209-
CMYK0.270.8900.18
HSL281.71º80.95%45.29%-
HSV(B)281.71º89.47%81.96%-
XYZ24.7411.8561.31-
YUV82.19199.57177.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.69%
GREEN value IS 22 (8.98% from 255) = 5.74%
BLUE value IS 209 (82.03% from 255) = 54.57%
R=39.69%
G=5.74%
B=54.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal152222090.270.8900.18281.7180.9545.29
Hex9816D11B5901211a512d
Octal230263213313102243212155
Binary1001100010110110100011101110110010100101000110101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9816D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9816D1; }

 p { color: rgb(152,22,209); }

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

<style>
 a { background-color: #9816D1; }

 a { background-color: rgb(152,22,209); }

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

<style>
 span { border-color: #9816D1; }

 span { border-color: rgb(152,22,209); }

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