#8A1BEB

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

Shades of Blue Violet #8A1BEB

Tints of Blue Violet #8A1BEB

Color information

#8A1BEB (or 0x8A1BEB) is unknown color: approx Blue Violet. HEX triplet: 8A, 1B and EB. RGB value is (138,27,235). Sum of RGB (Red+Green+Blue) = 138+27+235=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 27 (10.94% from 255 or 6.75% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #8A1BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A1BEB is #75E414. Grayscale: #535353. Windows color (decimal): -7726101 or 15408010. OLE color: 15408010.

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

Color convert

RGB13827235-
CMYK0.410.8900.08
HSL272.02º83.87%51.37%-
HSV(B)272.02º88.51%92.16%-
XYZ25.8712.1979.59-
YUV83.9213.27166.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.5%
GREEN value IS 27 (10.94% from 255) = 6.75%
BLUE value IS 235 (92.19% from 255) = 58.75%
R=34.5%
G=6.75%
B=58.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal138272350.410.8900.08272.0283.8751.37
Hex8A1BEB2959081105433
Octal212333535113101042012463
Binary1000101011011111010111010011011001010001000100001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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