#8109BD

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

Shades of Dark Violet #8109BD

Tints of Dark Violet #8109BD

Color information

#8109BD (or 0x8109BD) is unknown color: approx Dark Violet. HEX triplet: 81, 09 and BD. RGB value is (129,9,189). Sum of RGB (Red+Green+Blue) = 129+9+189=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #8109BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8109BD is #7EF642. Grayscale: #404040. Windows color (decimal): -8320579 or 12388737. OLE color: 12388737.

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

Color convert

RGB1299189-
CMYK0.320.9500.26
HSL280º90.91%38.82%-
HSV(B)280º95.24%74.12%-
XYZ18.348.5448.83-
YUV65.4197.76173.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.45%
GREEN value IS 9 (3.91% from 255) = 2.75%
BLUE value IS 189 (74.22% from 255) = 57.80%
R=39.45%
G=2.75%
B=57.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal12991890.320.9500.2628090.9138.82
Hex819BD205F01A1185b27
Octal201112754013703243013347
Binary1000000110011011110110000010111110110101000110001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8109BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8109BD; }

 p { color: rgb(129,9,189); }

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

<style>
 a { background-color: #8109BD; }

 a { background-color: rgb(129,9,189); }

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

<style>
 span { border-color: #8109BD; }

 span { border-color: rgb(129,9,189); }

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