#8D09BF

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

Shades of Dark Violet #8D09BF

Tints of Dark Violet #8D09BF

Color information

#8D09BF (or 0x8D09BF) is unknown color: approx Dark Violet. HEX triplet: 8D, 09 and BF. RGB value is (141,9,191). Sum of RGB (Red+Green+Blue) = 141+9+191=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D09BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D09BF is #72F640. Grayscale: #444444. Windows color (decimal): -7534145 or 12519821. OLE color: 12519821.

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

Color convert

RGB1419191-
CMYK0.260.9500.25
HSL283.52º91%39.22%-
HSV(B)283.52º95.29%74.9%-
XYZ20.499.6250.07-
YUV69.22196.73179.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.35%
GREEN value IS 9 (3.91% from 255) = 2.64%
BLUE value IS 191 (75% from 255) = 56.01%
R=41.35%
G=2.64%
B=56.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14191910.260.9500.25283.529139.22
Hex8D9BF1A5F01911c5b27
Octal215112773213703143413347
Binary100011011001101111111101010111110110011000111001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D09BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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