#8040F2

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

Shades of Blue Violet #8040F2

Tints of Blue Violet #8040F2

Color information

#8040F2 (or 0x8040F2) is unknown color: approx Blue Violet. HEX triplet: 80, 40 and F2. RGB value is (128,64,242). Sum of RGB (Red+Green+Blue) = 128+64+242=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 242 (94.92% from 255 or 55.76% from 434); Max value from RGB is 242 - color contains mainly: blue. Hex color #8040F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8040F2 is #7FBF0D. Grayscale: #666666. Windows color (decimal): -8371982 or 15876224. OLE color: 15876224.

HSL color Cylindrical-coordinate representation of color #8040F2: hue angle of 261.57º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8040F2 is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12864242-
CMYK0.470.7400.05
HSL261.57º87.25%60%-
HSV(B)261.57º73.55%94.9%-
XYZ26.7614.6785.42-
YUV103.43206.2145.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.49%
GREEN value IS 64 (25.39% from 255) = 14.75%
BLUE value IS 242 (94.92% from 255) = 55.76%
R=29.49%
G=14.75%
B=55.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal128642420.470.7400.05261.5787.2560
Hex8040F22F4A05106573c
Octal200100362571120540612774
Binary10000000100000011110010101111100101001011000001101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8040F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8040F2; }

 p { color: rgb(128,64,242); }

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

<style>
 a { background-color: #8040F2; }

 a { background-color: rgb(128,64,242); }

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

<style>
 span { border-color: #8040F2; }

 span { border-color: rgb(128,64,242); }

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