#8D16CA

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

Shades of Dark Violet #8D16CA

Tints of Dark Violet #8D16CA

Color information

#8D16CA (or 0x8D16CA) is unknown color: approx Dark Violet. HEX triplet: 8D, 16 and CA. RGB value is (141,22,202). Sum of RGB (Red+Green+Blue) = 141+22+202=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D16CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D16CA is #72E935. Grayscale: #4D4D4D. Windows color (decimal): -7530806 or 13244045. OLE color: 13244045.

HSL color Cylindrical-coordinate representation of color #8D16CA: hue angle of 279.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D16CA is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14122202-
CMYK0.300.8900.21
HSL279.67º80.36%43.92%-
HSV(B)279.67º89.11%79.22%-
XYZ21.9310.556.75-
YUV78.1197.92172.86-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.63%
GREEN value IS 22 (8.98% from 255) = 6.03%
BLUE value IS 202 (79.30% from 255) = 55.34%
R=38.63%
G=6.03%
B=55.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal141222020.300.8900.21279.6780.3643.92
Hex8D16CA1E59015118502c
Octal215263123613102543012054
Binary1000110110110110010101111010110010101011000110001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D16CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D16CA; }

 p { color: rgb(141,22,202); }

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

<style>
 a { background-color: #8D16CA; }

 a { background-color: rgb(141,22,202); }

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

<style>
 span { border-color: #8D16CA; }

 span { border-color: rgb(141,22,202); }

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