#8044E1

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

Shades of Blue Violet #8044E1

Tints of Blue Violet #8044E1

Color information

#8044E1 (or 0x8044E1) is unknown color: approx Blue Violet. HEX triplet: 80, 44 and E1. RGB value is (128,68,225). Sum of RGB (Red+Green+Blue) = 128+68+225=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 225 (88.28% from 255 or 53.44% from 421); Max value from RGB is 225 - color contains mainly: blue. Hex color #8044E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8044E1 is #7FBB1E. Grayscale: #676767. Windows color (decimal): -8370975 or 14763136. OLE color: 14763136.

HSL color Cylindrical-coordinate representation of color #8044E1: hue angle of 262.93º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8044E1 is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12868225-
CMYK0.430.7000.12
HSL262.93º72.35%57.45%-
HSV(B)262.93º69.78%88.24%-
XYZ24.5614.1672.67-
YUV103.84196.38145.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.40%
GREEN value IS 68 (26.95% from 255) = 16.15%
BLUE value IS 225 (88.28% from 255) = 53.44%
R=30.40%
G=16.15%
B=53.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal128682250.430.7000.12262.9372.3557.45
Hex8044E12B460C1074839
Octal2001043415310601440711071
Binary100000001000100111000011010111000110011001000001111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8044E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8044E1; }

 p { color: rgb(128,68,225); }

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

<style>
 a { background-color: #8044E1; }

 a { background-color: rgb(128,68,225); }

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

<style>
 span { border-color: #8044E1; }

 span { border-color: rgb(128,68,225); }

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