#8245FE

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

Shades of Blue Violet #8245FE

Tints of Blue Violet #8245FE

Color information

#8245FE (or 0x8245FE) is unknown color: approx Blue Violet. HEX triplet: 82, 45 and FE. RGB value is (130,69,254). Sum of RGB (Red+Green+Blue) = 130+69+254=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #8245FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8245FE is #7DBA01. Grayscale: #6B6B6B. Windows color (decimal): -8239618 or 16663938. OLE color: 16663938.

HSL color Cylindrical-coordinate representation of color #8245FE: hue angle of 259.78º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8245FE is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB13069254-
CMYK0.490.7300.00
HSL259.78º98.93%63.33%-
HSV(B)259.78º72.83%99.61%-
XYZ29.2216.1695.34-
YUV108.33210.21143.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.70%
GREEN value IS 69 (27.34% from 255) = 15.23%
BLUE value IS 254 (99.61% from 255) = 56.07%
R=28.70%
G=15.23%
B=56.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal130692540.490.7300.00259.7898.9363.33
Hex8245FE314900104633f
Octal202105376611110040414377
Binary100000101000101111111101100011001001001000001001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8245FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8245FE; }

 p { color: rgb(130,69,254); }

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

<style>
 a { background-color: #8245FE; }

 a { background-color: rgb(130,69,254); }

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

<style>
 span { border-color: #8245FE; }

 span { border-color: rgb(130,69,254); }

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