#8C3AF9

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

Shades of Blue Violet #8C3AF9

Tints of Blue Violet #8C3AF9

Color information

#8C3AF9 (or 0x8C3AF9) is unknown color: approx Blue Violet. HEX triplet: 8C, 3A and F9. RGB value is (140,58,249). Sum of RGB (Red+Green+Blue) = 140+58+249=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 249 (97.66% from 255 or 55.70% from 447); Max value from RGB is 249 - color contains mainly: blue. Hex color #8C3AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C3AF9 is #73C506. Grayscale: #676767. Windows color (decimal): -7587079 or 16333452. OLE color: 16333452.

HSL color Cylindrical-coordinate representation of color #8C3AF9: hue angle of 265.76º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C3AF9 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14058249-
CMYK0.440.7700.02
HSL265.76º94.09%60.2%-
HSV(B)265.76º76.71%97.65%-
XYZ29.4315.4491.05-
YUV104.29209.67153.47-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.32%
GREEN value IS 58 (23.05% from 255) = 12.98%
BLUE value IS 249 (97.66% from 255) = 55.70%
R=31.32%
G=12.98%
B=55.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal140582490.440.7700.02265.7694.0960.2
Hex8C3AF92C4D0210a5e3c
Octal21472371541150241213674
Binary100011001110101111100110110010011010101000010101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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