#8A3CF1

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

Shades of Blue Violet #8A3CF1

Tints of Blue Violet #8A3CF1

Color information

#8A3CF1 (or 0x8A3CF1) is unknown color: approx Blue Violet. HEX triplet: 8A, 3C and F1. RGB value is (138,60,241). Sum of RGB (Red+Green+Blue) = 138+60+241=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 60 (23.83% from 255 or 13.67% from 439); Blue value is 241 (94.53% from 255 or 54.90% from 439); Max value from RGB is 241 - color contains mainly: blue. Hex color #8A3CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A3CF1 is #75C30E. Grayscale: #676767. Windows color (decimal): -7717647 or 15809674. OLE color: 15809674.

HSL color Cylindrical-coordinate representation of color #8A3CF1: hue angle of 265.86º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A3CF1 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13860241-
CMYK0.430.7500.05
HSL265.86º86.6%59.02%-
HSV(B)265.86º75.1%94.51%-
XYZ27.9714.9984.64-
YUV103.96205.34152.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.44%
GREEN value IS 60 (23.83% from 255) = 13.67%
BLUE value IS 241 (94.53% from 255) = 54.90%
R=31.44%
G=13.67%
B=54.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal138602410.430.7500.05265.8686.659.02
Hex8A3CF12B4B0510a573b
Octal21274361531130541212773
Binary1000101011110011110001101011100101101011000010101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,60,241); }

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

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

 a { background-color: rgb(138,60,241); }

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

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

 span { border-color: rgb(138,60,241); }

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