#8A3BEB

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

Shades of Blue Violet #8A3BEB

Tints of Blue Violet #8A3BEB

Color information

#8A3BEB (or 0x8A3BEB) is unknown color: approx Blue Violet. HEX triplet: 8A, 3B and EB. RGB value is (138,59,235). Sum of RGB (Red+Green+Blue) = 138+59+235=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 59 (23.44% from 255 or 13.66% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #8A3BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A3BEB is #75C414. Grayscale: #666666. Windows color (decimal): -7717909 or 15416202. OLE color: 15416202.

HSL color Cylindrical-coordinate representation of color #8A3BEB: hue angle of 266.93º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A3BEB is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13859235-
CMYK0.410.7500.08
HSL266.93º81.48%57.65%-
HSV(B)266.93º74.89%92.16%-
XYZ27.0414.5379.98-
YUV102.68202.67153.19-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.94%
GREEN value IS 59 (23.44% from 255) = 13.66%
BLUE value IS 235 (92.19% from 255) = 54.40%
R=31.94%
G=13.66%
B=54.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal138592350.410.7500.08266.9381.4857.65
Hex8A3BEB294B0810b513a
Octal212733535111301041312172
Binary10001010111011111010111010011001011010001000010111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,59,235); }

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

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

 a { background-color: rgb(138,59,235); }

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

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

 span { border-color: rgb(138,59,235); }

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