#8A3FFA

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

Shades of Blue Violet #8A3FFA

Tints of Blue Violet #8A3FFA

Color information

#8A3FFA (or 0x8A3FFA) is unknown color: approx Blue Violet. HEX triplet: 8A, 3F and FA. RGB value is (138,63,250). Sum of RGB (Red+Green+Blue) = 138+63+250=451 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.60% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #8A3FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A3FFA is #75C005. Grayscale: #6A6A6A. Windows color (decimal): -7716870 or 16400266. OLE color: 16400266.

HSL color Cylindrical-coordinate representation of color #8A3FFA: hue angle of 264.06º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A3FFA is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13863250-
CMYK0.450.7500.02
HSL264.06º94.92%61.37%-
HSV(B)264.06º74.8%98.04%-
XYZ29.5115.8691.95-
YUV106.74208.85150.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.60%
GREEN value IS 63 (25% from 255) = 13.97%
BLUE value IS 250 (98.05% from 255) = 55.43%
R=30.60%
G=13.97%
B=55.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal138632500.450.7500.02264.0694.9261.37
Hex8A3FFA2D4B021085f3d
Octal21277372551130241013775
Binary100010101111111111101010110110010110101000010001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,63,250); }

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

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

 a { background-color: rgb(138,63,250); }

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

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

 span { border-color: rgb(138,63,250); }

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