#8A1AF7

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

Shades of Blue Violet #8A1AF7

Tints of Blue Violet #8A1AF7

Color information

#8A1AF7 (or 0x8A1AF7) is unknown color: approx Blue Violet. HEX triplet: 8A, 1A and F7. RGB value is (138,26,247). Sum of RGB (Red+Green+Blue) = 138+26+247=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 26 (10.55% from 255 or 6.33% from 411); Blue value is 247 (96.88% from 255 or 60.10% from 411); Max value from RGB is 247 - color contains mainly: blue. Hex color #8A1AF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A1AF7 is #75E508. Grayscale: #535353. Windows color (decimal): -7726345 or 16194186. OLE color: 16194186.

HSL color Cylindrical-coordinate representation of color #8A1AF7: hue angle of 270.41º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A1AF7 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB13826247-
CMYK0.440.8900.03
HSL270.41º93.25%53.53%-
HSV(B)270.41º89.47%96.86%-
XYZ27.6412.8689.02-
YUV84.68219.61166.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.58%
GREEN value IS 26 (10.55% from 255) = 6.33%
BLUE value IS 247 (96.88% from 255) = 60.10%
R=33.58%
G=6.33%
B=60.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal138262470.440.8900.03270.4193.2553.53
Hex8A1AF72C590310e5d36
Octal21232367541310341613566
Binary10001010110101111011110110010110010111000011101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,26,247); }

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

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

 a { background-color: rgb(138,26,247); }

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

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

 span { border-color: rgb(138,26,247); }

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