#8000B8

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

Shades of Dark Violet #8000B8

Tints of Dark Violet #8000B8

Color information

#8000B8 (or 0x8000B8) is unknown color: approx Dark Violet. HEX triplet: 80, 00 and B8. RGB value is (128,0,184). Sum of RGB (Red+Green+Blue) = 128+0+184=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 184 (72.27% from 255 or 58.97% from 312); Max value from RGB is 184 - color contains mainly: blue. Hex color #8000B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8000B8 is #7FFF47. Grayscale: #3A3A3A. Windows color (decimal): -8388424 or 12058752. OLE color: 12058752.

HSL color Cylindrical-coordinate representation of color #8000B8: hue angle of 281.74º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8000B8 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1280184-
CMYK0.30100.28
HSL281.74º100%36.08%-
HSV(B)281.74º100%72.16%-
XYZ17.558.0545.98-
YUV59.25198.41177.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 184 (72.27% from 255) = 58.97%
R=41.03%
G=0%
B=58.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal12801840.30100.28281.7410036.08
Hex800B81E6401C11a6424
Octal20002703614403443214444
Binary100000000101110001111011001000111001000110101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8000B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8000B8; }

 p { color: rgb(128,0,184); }

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

<style>
 a { background-color: #8000B8; }

 a { background-color: rgb(128,0,184); }

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

<style>
 span { border-color: #8000B8; }

 span { border-color: rgb(128,0,184); }

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