#8117BF

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

Shades of Dark Violet #8117BF

Tints of Dark Violet #8117BF

Color information

#8117BF (or 0x8117BF) is unknown color: approx Dark Violet. HEX triplet: 81, 17 and BF. RGB value is (129,23,191). Sum of RGB (Red+Green+Blue) = 129+23+191=343 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.61% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #8117BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8117BF is #7EE840. Grayscale: #494949. Windows color (decimal): -8316993 or 12523393. OLE color: 12523393.

HSL color Cylindrical-coordinate representation of color #8117BF: hue angle of 277.86º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8117BF is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12923191-
CMYK0.320.8800.25
HSL277.86º78.5%41.96%-
HSV(B)277.86º87.96%74.9%-
XYZ18.769.0450.05-
YUV73.85194.12167.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.61%
GREEN value IS 23 (9.38% from 255) = 6.71%
BLUE value IS 191 (75% from 255) = 55.69%
R=37.61%
G=6.71%
B=55.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129231910.320.8800.25277.8678.541.96
Hex8117BF20580191164f2a
Octal201272774013003142611752
Binary10000001101111011111110000010110000110011000101101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8117BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8117BF; }

 p { color: rgb(129,23,191); }

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

<style>
 a { background-color: #8117BF; }

 a { background-color: rgb(129,23,191); }

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

<style>
 span { border-color: #8117BF; }

 span { border-color: rgb(129,23,191); }

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