#8D01BF

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

Shades of Dark Violet #8D01BF

Tints of Dark Violet #8D01BF

Color information

#8D01BF (or 0x8D01BF) is unknown color: approx Dark Violet. HEX triplet: 8D, 01 and BF. RGB value is (141,1,191). Sum of RGB (Red+Green+Blue) = 141+1+191=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D01BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D01BF is #72FE40. Grayscale: #3F3F3F. Windows color (decimal): -7536193 or 12517773. OLE color: 12517773.

HSL color Cylindrical-coordinate representation of color #8D01BF: hue angle of 284.21º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D01BF is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1411191-
CMYK0.260.9900.25
HSL284.21º98.96%37.65%-
HSV(B)284.21º99.48%74.9%-
XYZ20.49.4550.04-
YUV64.52199.38182.55-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.34%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 191 (75% from 255) = 57.36%
R=42.34%
G=0.30%
B=57.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14111910.260.9900.25284.2198.9637.65
Hex8D1BF1A6301911c6326
Octal21512773214303143414346
Binary100011011101111111101011000110110011000111001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D01BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,1,191); }

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

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

 a { background-color: rgb(141,1,191); }

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

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

 span { border-color: rgb(141,1,191); }

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