#8a3ae3

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

Shades of Blue Violet #8A3AE3

Tints of Blue Violet #8A3AE3

Color information

#8A3AE3 (or 0x8A3AE3) is unknown color: approx Blue Violet. HEX triplet: 8A, 3A and E3. RGB value is (138,58,227). Sum of RGB (Red+Green+Blue) = 138+58+227=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 227 (89.06% from 255 or 53.66% from 423); Max value from RGB is 227 - color contains mainly: blue. Hex color #8A3AE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3AE3 is #75C51C. Grayscale: #646464. Windows color (decimal): -7718173 or 14891658. OLE color: 14891658.

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

Color convert

RGB13858227-
CMYK0.390.7400.11
HSL268.4º75.11%55.88%-
HSV(B)268.4º74.45%89.02%-
XYZ25.8613.9874.01-
YUV101.19199154.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.62%
GREEN value IS 58 (23.05% from 255) = 13.71%
BLUE value IS 227 (89.06% from 255) = 53.66%
R=32.62%
G=13.71%
B=53.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal138582270.390.7400.11268.475.1155.88
Hex8A3AE3274A0B10c4b38
Octal212723434711201341411370
Binary10001010111010111000111001111001010010111000011001001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a3ae3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,58,227); }

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

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

 a { background-color: rgb(138,58,227); }

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

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

 span { border-color: rgb(138,58,227); }

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