#8A4BF0

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

Shades of Blue Violet #8A4BF0

Tints of Blue Violet #8A4BF0

Color information

#8A4BF0 (or 0x8A4BF0) is unknown color: approx Blue Violet. HEX triplet: 8A, 4B and F0. RGB value is (138,75,240). Sum of RGB (Red+Green+Blue) = 138+75+240=453 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.46% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 240 (94.14% from 255 or 52.98% from 453); Max value from RGB is 240 - color contains mainly: blue. Hex color #8A4BF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A4BF0 is #75B40F. Grayscale: #707070. Windows color (decimal): -7713808 or 15747978. OLE color: 15747978.

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

Color convert

RGB13875240-
CMYK0.420.6900.06
HSL262.91º84.62%61.76%-
HSV(B)262.91º68.75%94.12%-
XYZ28.7316.7384.15-
YUV112.65199.87146.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.46%
GREEN value IS 75 (29.69% from 255) = 16.56%
BLUE value IS 240 (94.14% from 255) = 52.98%
R=30.46%
G=16.56%
B=52.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal138752400.420.6900.06262.9184.6261.76
Hex8A4BF02A4506107553e
Octal212113360521050640712576
Binary10001010100101111110000101010100010101101000001111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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