#8C3AF1

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

Shades of Blue Violet #8C3AF1

Tints of Blue Violet #8C3AF1

Color information

#8C3AF1 (or 0x8C3AF1) is unknown color: approx Blue Violet. HEX triplet: 8C, 3A and F1. RGB value is (140,58,241). Sum of RGB (Red+Green+Blue) = 140+58+241=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 58 (23.05% from 255 or 13.21% 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 #8C3AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C3AF1 is #73C50E. Grayscale: #666666. Windows color (decimal): -7587087 or 15809164. OLE color: 15809164.

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

Color convert

RGB14058241-
CMYK0.420.7600.05
HSL266.89º86.73%58.63%-
HSV(B)266.89º75.93%94.51%-
XYZ28.2114.9584.62-
YUV103.38205.67154.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.89%
GREEN value IS 58 (23.05% from 255) = 13.21%
BLUE value IS 241 (94.53% from 255) = 54.90%
R=31.89%
G=13.21%
B=54.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal140582410.420.7600.05266.8986.7358.63
Hex8C3AF12A4C0510b573b
Octal21472361521140541312773
Binary1000110011101011110001101010100110001011000010111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,58,241); }

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

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

 a { background-color: rgb(140,58,241); }

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

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

 span { border-color: rgb(140,58,241); }

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