#8017BF

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

Shades of Dark Violet #8017BF

Tints of Dark Violet #8017BF

Color information

#8017BF (or 0x8017BF) is unknown color: approx Dark Violet. HEX triplet: 80, 17 and BF. RGB value is (128,23,191). Sum of RGB (Red+Green+Blue) = 128+23+191=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #8017BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8017BF is #7FE840. Grayscale: #484848. Windows color (decimal): -8382529 or 12523392. OLE color: 12523392.

HSL color Cylindrical-coordinate representation of color #8017BF: hue angle of 277.5º 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 #8017BF is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12823191-
CMYK0.330.8800.25
HSL277.5º78.5%41.96%-
HSV(B)277.5º87.96%74.9%-
XYZ18.618.9650.04-
YUV73.55194.29166.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.43%
GREEN value IS 23 (9.38% from 255) = 6.73%
BLUE value IS 191 (75% from 255) = 55.85%
R=37.43%
G=6.73%
B=55.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128231910.330.8800.25277.578.541.96
Hex8017BF21580191164f2a
Octal200272774113003142611752
Binary10000000101111011111110000110110000110011000101101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8017BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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