#8A36E9

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

Shades of Blue Violet #8A36E9

Tints of Blue Violet #8A36E9

Color information

#8A36E9 (or 0x8A36E9) is unknown color: approx Blue Violet. HEX triplet: 8A, 36 and E9. RGB value is (138,54,233). Sum of RGB (Red+Green+Blue) = 138+54+233=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 54 (21.48% from 255 or 12.71% from 425); Blue value is 233 (91.41% from 255 or 54.82% from 425); Max value from RGB is 233 - color contains mainly: blue. Hex color #8A36E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A36E9 is #75C916. Grayscale: #626262. Windows color (decimal): -7719191 or 15283850. OLE color: 15283850.

HSL color Cylindrical-coordinate representation of color #8A36E9: hue angle of 268.16º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8A36E9 is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13854233-
CMYK0.410.7700.09
HSL268.16º80.27%56.27%-
HSV(B)268.16º76.82%91.37%-
XYZ26.5113.9278.38-
YUV99.52203.33155.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.47%
GREEN value IS 54 (21.48% from 255) = 12.71%
BLUE value IS 233 (91.41% from 255) = 54.82%
R=32.47%
G=12.71%
B=54.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal138542330.410.7700.09268.1680.2756.27
Hex8A36E9294D0910c5038
Octal212663515111501141412070
Binary10001010110110111010011010011001101010011000011001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A36E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,54,233); }

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

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

 a { background-color: rgb(138,54,233); }

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

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

 span { border-color: rgb(138,54,233); }

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