#8A34F0

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

Shades of Blue Violet #8A34F0

Tints of Blue Violet #8A34F0

Color information

#8A34F0 (or 0x8A34F0) is unknown color: approx Blue Violet. HEX triplet: 8A, 34 and F0. RGB value is (138,52,240). Sum of RGB (Red+Green+Blue) = 138+52+240=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 240 (94.14% from 255 or 55.81% from 430); Max value from RGB is 240 - color contains mainly: blue. Hex color #8A34F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A34F0 is #75CB0F. Grayscale: #626262. Windows color (decimal): -7719696 or 15742090. OLE color: 15742090.

HSL color Cylindrical-coordinate representation of color #8A34F0: hue angle of 267.45º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A34F0 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13852240-
CMYK0.420.7800.06
HSL267.45º86.24%57.25%-
HSV(B)267.45º78.33%94.12%-
XYZ27.4414.1583.72-
YUV99.15207.49155.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.09%
GREEN value IS 52 (20.70% from 255) = 12.09%
BLUE value IS 240 (94.14% from 255) = 55.81%
R=32.09%
G=12.09%
B=55.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal138522400.420.7800.06267.4586.2457.25
Hex8A34F02A4E0610b5639
Octal21264360521160641312671
Binary1000101011010011110000101010100111001101000010111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A34F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A34F0; }

 p { color: rgb(138,52,240); }

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

<style>
 a { background-color: #8A34F0; }

 a { background-color: rgb(138,52,240); }

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

<style>
 span { border-color: #8A34F0; }

 span { border-color: rgb(138,52,240); }

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