#802FFA

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

Shades of Blue Violet #802FFA

Tints of Blue Violet #802FFA

Color information

#802FFA (or 0x802FFA) is unknown color: approx Blue Violet. HEX triplet: 80, 2F and FA. RGB value is (128,47,250). Sum of RGB (Red+Green+Blue) = 128+47+250=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 47 (18.75% from 255 or 11.06% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #802FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #802FFA is #7FD005. Grayscale: #5D5D5D. Windows color (decimal): -8376326 or 16396160. OLE color: 16396160.

HSL color Cylindrical-coordinate representation of color #802FFA: hue angle of 263.94º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #802FFA is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12847250-
CMYK0.490.8100.02
HSL263.94º95.31%58.24%-
HSV(B)263.94º81.2%98.04%-
XYZ27.1713.5291.62-
YUV94.36215.84151.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.12%
GREEN value IS 47 (18.75% from 255) = 11.06%
BLUE value IS 250 (98.05% from 255) = 58.82%
R=30.12%
G=11.06%
B=58.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal128472500.490.8100.02263.9495.3158.24
Hex802FFA3151021085f3a
Octal20057372611210241013772
Binary100000001011111111101011000110100010101000010001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802FFA; }

 p { color: rgb(128,47,250); }

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

<style>
 a { background-color: #802FFA; }

 a { background-color: rgb(128,47,250); }

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

<style>
 span { border-color: #802FFA; }

 span { border-color: rgb(128,47,250); }

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