#8A4BE4

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

Shades of Blue Violet #8A4BE4

Tints of Blue Violet #8A4BE4

Color information

#8A4BE4 (or 0x8A4BE4) is unknown color: approx Blue Violet. HEX triplet: 8A, 4B and E4. RGB value is (138,75,228). Sum of RGB (Red+Green+Blue) = 138+75+228=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 228 (89.45% from 255 or 51.70% from 441); Max value from RGB is 228 - color contains mainly: blue. Hex color #8A4BE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A4BE4 is #75B41B. Grayscale: #6E6E6E. Windows color (decimal): -7713820 or 14961546. OLE color: 14961546.

HSL color Cylindrical-coordinate representation of color #8A4BE4: hue angle of 264.71º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A4BE4 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB13875228-
CMYK0.390.6700.11
HSL264.71º73.91%59.41%-
HSV(B)264.71º67.11%89.41%-
XYZ2716.0475.07-
YUV111.28193.87147.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.29%
GREEN value IS 75 (29.69% from 255) = 17.01%
BLUE value IS 228 (89.45% from 255) = 51.70%
R=31.29%
G=17.01%
B=51.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal138752280.390.6700.11264.7173.9159.41
Hex8A4BE427430B1094a3b
Octal2121133444710301341111273
Binary100010101001011111001001001111000011010111000010011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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