#8C2BF4

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

Shades of Blue Violet #8C2BF4

Tints of Blue Violet #8C2BF4

Color information

#8C2BF4 (or 0x8C2BF4) is unknown color: approx Blue Violet. HEX triplet: 8C, 2B and F4. RGB value is (140,43,244). Sum of RGB (Red+Green+Blue) = 140+43+244=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 43 (17.19% from 255 or 10.07% from 427); Blue value is 244 (95.70% from 255 or 57.14% from 427); Max value from RGB is 244 - color contains mainly: blue. Hex color #8C2BF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C2BF4 is #73D40B. Grayscale: #5E5E5E. Windows color (decimal): -7590924 or 16001932. OLE color: 16001932.

HSL color Cylindrical-coordinate representation of color #8C2BF4: hue angle of 268.96º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C2BF4 is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14043244-
CMYK0.430.8200.04
HSL268.96º90.13%56.27%-
HSV(B)268.96º82.38%95.69%-
XYZ28.0113.8386.78-
YUV94.92212.14160.16-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.79%
GREEN value IS 43 (17.19% from 255) = 10.07%
BLUE value IS 244 (95.70% from 255) = 57.14%
R=32.79%
G=10.07%
B=57.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal140432440.430.8200.04268.9690.1356.27
Hex8C2BF42B520410d5a38
Octal21453364531220441513270
Binary1000110010101111110100101011101001001001000011011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,43,244); }

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

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

 a { background-color: rgb(140,43,244); }

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

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

 span { border-color: rgb(140,43,244); }

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