#8A1FE6

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

Shades of Blue Violet #8A1FE6

Tints of Blue Violet #8A1FE6

Color information

#8A1FE6 (or 0x8A1FE6) is unknown color: approx Blue Violet. HEX triplet: 8A, 1F and E6. RGB value is (138,31,230). Sum of RGB (Red+Green+Blue) = 138+31+230=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 31 (12.5% from 255 or 7.77% from 399); Blue value is 230 (90.23% from 255 or 57.64% from 399); Max value from RGB is 230 - color contains mainly: blue. Hex color #8A1FE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A1FE6 is #75E019. Grayscale: #545454. Windows color (decimal): -7725082 or 15081354. OLE color: 15081354.

HSL color Cylindrical-coordinate representation of color #8A1FE6: hue angle of 272.26º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8A1FE6 is Cyan = 0.4, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB13831230-
CMYK0.40.8700.10
HSL272.26º79.92%51.18%-
HSV(B)272.26º86.52%90.2%-
XYZ25.2512.175.87-
YUV85.68209.45165.32-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.59%
GREEN value IS 31 (12.5% from 255) = 7.77%
BLUE value IS 230 (90.23% from 255) = 57.64%
R=34.59%
G=7.77%
B=57.64%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal138312300.40.8700.10272.2679.9251.18
Hex8A1FE628570A1105033
Octal212373465012701242012063
Binary1000101011111111001101010001010111010101000100001010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,31,230); }

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

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

 a { background-color: rgb(138,31,230); }

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

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

 span { border-color: rgb(138,31,230); }

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