#8010EF

Color #8010EF Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8010EF

Tints of Blue Violet #8010EF

Color information

#8010EF (or 0x8010EF) is unknown color: approx Blue Violet. HEX triplet: 80, 10 and EF. RGB value is (128,16,239). Sum of RGB (Red+Green+Blue) = 128+16+239=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 16 (6.64% from 255 or 4.18% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #8010EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8010EF is #7FEF10. Grayscale: #4A4A4A. Windows color (decimal): -8384273 or 15667328. OLE color: 15667328.

HSL color Cylindrical-coordinate representation of color #8010EF: hue angle of 270.13º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8010EF is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12816239-
CMYK0.460.9300.06
HSL270.13º87.45%50%-
HSV(B)270.13º93.31%93.73%-
XYZ24.6711.1982.52-
YUV74.91220.61165.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.42%
GREEN value IS 16 (6.64% from 255) = 4.18%
BLUE value IS 239 (93.75% from 255) = 62.40%
R=33.42%
G=4.18%
B=62.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal128162390.460.9300.06270.1387.4550
Hex8010EF2E5D0610e5732
Octal20020357561350641612762
Binary100000001000011101111101110101110101101000011101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8010EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8010EF; }

 p { color: rgb(128,16,239); }

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

<style>
 a { background-color: #8010EF; }

 a { background-color: rgb(128,16,239); }

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

<style>
 span { border-color: #8010EF; }

 span { border-color: rgb(128,16,239); }

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