#8A17EB

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

Shades of Blue Violet #8A17EB

Tints of Blue Violet #8A17EB

Color information

#8A17EB (or 0x8A17EB) is unknown color: approx Blue Violet. HEX triplet: 8A, 17 and EB. RGB value is (138,23,235). Sum of RGB (Red+Green+Blue) = 138+23+235=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #8A17EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A17EB is #75E814. Grayscale: #505050. Windows color (decimal): -7727125 or 15406986. OLE color: 15406986.

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

Color convert

RGB13823235-
CMYK0.410.9000.08
HSL272.55º84.13%50.59%-
HSV(B)272.55º90.21%92.16%-
XYZ25.7812.0179.56-
YUV81.55214.6168.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.85%
GREEN value IS 23 (9.38% from 255) = 5.81%
BLUE value IS 235 (92.19% from 255) = 59.34%
R=34.85%
G=5.81%
B=59.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal138232350.410.9000.08272.5584.1350.59
Hex8A17EB295A081115433
Octal212273535113201042112463
Binary1000101010111111010111010011011010010001000100011010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A17EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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