#8033ED

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

Shades of Blue Violet #8033ED

Tints of Blue Violet #8033ED

Color information

#8033ED (or 0x8033ED) is unknown color: approx Blue Violet. HEX triplet: 80, 33 and ED. RGB value is (128,51,237). Sum of RGB (Red+Green+Blue) = 128+51+237=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #8033ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8033ED is #7FCC12. Grayscale: #5E5E5E. Windows color (decimal): -8375315 or 15545216. OLE color: 15545216.

HSL color Cylindrical-coordinate representation of color #8033ED: hue angle of 264.84º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8033ED is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12851237-
CMYK0.460.7800.07
HSL264.84º83.78%56.47%-
HSV(B)264.84º78.48%92.94%-
XYZ25.3713.0781.31-
YUV95.23208.01151.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.77%
GREEN value IS 51 (20.31% from 255) = 12.26%
BLUE value IS 237 (92.97% from 255) = 56.97%
R=30.77%
G=12.26%
B=56.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal128512370.460.7800.07264.8483.7856.47
Hex8033ED2E4E071095438
Octal20063355561160741112470
Binary1000000011001111101101101110100111001111000010011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8033ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8033ED; }

 p { color: rgb(128,51,237); }

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

<style>
 a { background-color: #8033ED; }

 a { background-color: rgb(128,51,237); }

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

<style>
 span { border-color: #8033ED; }

 span { border-color: rgb(128,51,237); }

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