#8D0EB1

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

Shades of Dark Violet #8D0EB1

Tints of Dark Violet #8D0EB1

Color information

#8D0EB1 (or 0x8D0EB1) is unknown color: approx Dark Violet. HEX triplet: 8D, 0E and B1. RGB value is (141,14,177). Sum of RGB (Red+Green+Blue) = 141+14+177=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 14 (5.86% from 255 or 4.22% from 332); Blue value is 177 (69.53% from 255 or 53.31% from 332); Max value from RGB is 177 - color contains mainly: blue. Hex color #8D0EB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0EB1 is #72F14E. Grayscale: #464646. Windows color (decimal): -7532879 or 11603597. OLE color: 11603597.

HSL color Cylindrical-coordinate representation of color #8D0EB1: hue angle of 286.75º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8D0EB1 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14114177-
CMYK0.200.9200.31
HSL286.75º85.34%37.45%-
HSV(B)286.75º92.09%69.41%-
XYZ19.089.1542.36-
YUV70.55188.08178.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.47%
GREEN value IS 14 (5.86% from 255) = 4.22%
BLUE value IS 177 (69.53% from 255) = 53.31%
R=42.47%
G=4.22%
B=53.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141141770.200.9200.31286.7585.3437.45
Hex8DEB1145C01F11f5525
Octal215162612413403743712545
Binary100011011110101100011010010111000111111000111111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,14,177); }

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

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

 a { background-color: rgb(141,14,177); }

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

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

 span { border-color: rgb(141,14,177); }

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