#8009B8

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

Shades of Dark Violet #8009B8

Tints of Dark Violet #8009B8

Color information

#8009B8 (or 0x8009B8) is unknown color: approx Dark Violet. HEX triplet: 80, 09 and B8. RGB value is (128,9,184). Sum of RGB (Red+Green+Blue) = 128+9+184=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 184 (72.27% from 255 or 57.32% from 321); Max value from RGB is 184 - color contains mainly: blue. Hex color #8009B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8009B8 is #7FF647. Grayscale: #3F3F3F. Windows color (decimal): -8386120 or 12061056. OLE color: 12061056.

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

Color convert

RGB1289184-
CMYK0.300.9500.28
HSL280.8º90.67%37.84%-
HSV(B)280.8º95.11%72.16%-
XYZ17.658.2546.01-
YUV64.53195.42173.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.88%
GREEN value IS 9 (3.91% from 255) = 2.80%
BLUE value IS 184 (72.27% from 255) = 57.32%
R=39.88%
G=2.80%
B=57.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal12891840.300.9500.28280.890.6737.84
Hex809B81E5F01C1195b26
Octal200112703613703443113346
Binary100000001001101110001111010111110111001000110011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8009B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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