#8a27ef

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

Shades of Blue Violet #8A27EF

Tints of Blue Violet #8A27EF

Color information

#8A27EF (or 0x8A27EF) is unknown color: approx Blue Violet. HEX triplet: 8A, 27 and EF. RGB value is (138,39,239). Sum of RGB (Red+Green+Blue) = 138+39+239=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #8A27EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A27EF is #75D810. Grayscale: #5A5A5A. Windows color (decimal): -7723025 or 15673226. OLE color: 15673226.

HSL color Cylindrical-coordinate representation of color #8A27EF: hue angle of 269.7º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A27EF is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13839239-
CMYK0.420.8400.06
HSL269.7º86.21%54.51%-
HSV(B)269.7º83.68%93.73%-
XYZ26.7913.0982.78-
YUV91.4211.3161.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.17%
GREEN value IS 39 (15.62% from 255) = 9.38%
BLUE value IS 239 (93.75% from 255) = 57.45%
R=33.17%
G=9.38%
B=57.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal138392390.420.8400.06269.786.2154.51
Hex8A27EF2A540610e5637
Octal21247357521240641612667
Binary1000101010011111101111101010101010001101000011101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a27ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,39,239); }

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

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

 a { background-color: rgb(138,39,239); }

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

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

 span { border-color: rgb(138,39,239); }

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