#8017BC

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

Shades of Dark Violet #8017BC

Tints of Dark Violet #8017BC

Color information

#8017BC (or 0x8017BC) is unknown color: approx Dark Violet. HEX triplet: 80, 17 and BC. RGB value is (128,23,188). Sum of RGB (Red+Green+Blue) = 128+23+188=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #8017BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8017BC is #7FE843. Grayscale: #484848. Windows color (decimal): -8382532 or 12326784. OLE color: 12326784.

HSL color Cylindrical-coordinate representation of color #8017BC: hue angle of 278.18º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8017BC is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12823188-
CMYK0.320.8800.26
HSL278.18º78.2%41.37%-
HSV(B)278.18º87.77%73.73%-
XYZ18.298.8348.32-
YUV73.2192.79167.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.76%
GREEN value IS 23 (9.38% from 255) = 6.78%
BLUE value IS 188 (73.83% from 255) = 55.46%
R=37.76%
G=6.78%
B=55.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal128231880.320.8800.26278.1878.241.37
Hex8017BC205801A1164e29
Octal200272744013003242611651
Binary10000000101111011110010000010110000110101000101101001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8017BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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