#8026EB

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

Shades of Blue Violet #8026EB

Tints of Blue Violet #8026EB

Color information

#8026EB (or 0x8026EB) is unknown color: approx Blue Violet. HEX triplet: 80, 26 and EB. RGB value is (128,38,235). Sum of RGB (Red+Green+Blue) = 128+38+235=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #8026EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8026EB is #7FD914. Grayscale: #565656. Windows color (decimal): -8378645 or 15410816. OLE color: 15410816.

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

Color convert

RGB12838235-
CMYK0.460.8400.08
HSL267.41º83.12%53.53%-
HSV(B)267.41º83.83%92.16%-
XYZ24.5911.9779.61-
YUV87.37211.32156.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.92%
GREEN value IS 38 (15.23% from 255) = 9.48%
BLUE value IS 235 (92.19% from 255) = 58.60%
R=31.92%
G=9.48%
B=58.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal128382350.460.8400.08267.4183.1253.53
Hex8026EB2E540810b5336
Octal200463535612401041312366
Binary10000000100110111010111011101010100010001000010111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8026EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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