#8000EB

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

Shades of Dark Violet #8000EB

Tints of Dark Violet #8000EB

Color information

#8000EB (or 0x8000EB) is unknown color: approx Dark Violet. HEX triplet: 80, 00 and EB. RGB value is (128,0,235). Sum of RGB (Red+Green+Blue) = 128+0+235=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 235 (92.19% from 255 or 64.74% from 363); Max value from RGB is 235 - color contains mainly: blue. Hex color #8000EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8000EB is #7FFF14. Grayscale: #404040. Windows color (decimal): -8388373 or 15401088. OLE color: 15401088.

HSL color Cylindrical-coordinate representation of color #8000EB: hue angle of 272.68º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8000EB is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1280235-
CMYK0.46100.08
HSL272.68º100%46.08%-
HSV(B)272.68º100%92.16%-
XYZ23.910.5979.38-
YUV65.06223.91172.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 235 (92.19% from 255) = 64.74%
R=35.26%
G=0%
B=64.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal12802350.46100.08272.6810046.08
Hex800EB2E6408111642e
Octal20003535614401042114456
Binary100000000111010111011101100100010001000100011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8000EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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