#8C3CF9

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

Shades of Blue Violet #8C3CF9

Tints of Blue Violet #8C3CF9

Color information

#8C3CF9 (or 0x8C3CF9) is unknown color: approx Blue Violet. HEX triplet: 8C, 3C and F9. RGB value is (140,60,249). Sum of RGB (Red+Green+Blue) = 140+60+249=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 249 (97.66% from 255 or 55.46% from 449); Max value from RGB is 249 - color contains mainly: blue. Hex color #8C3CF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C3CF9 is #73C306. Grayscale: #686868. Windows color (decimal): -7586567 or 16333964. OLE color: 16333964.

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

Color convert

RGB14060249-
CMYK0.440.7600.02
HSL265.4º94.03%60.59%-
HSV(B)265.4º75.9%97.65%-
XYZ29.5315.6591.09-
YUV105.47209152.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.18%
GREEN value IS 60 (23.83% from 255) = 13.36%
BLUE value IS 249 (97.66% from 255) = 55.46%
R=31.18%
G=13.36%
B=55.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal140602490.440.7600.02265.494.0360.59
Hex8C3CF92C4C021095e3d
Octal21474371541140241113675
Binary100011001111001111100110110010011000101000010011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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