#8C34F5

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

Shades of Blue Violet #8C34F5

Tints of Blue Violet #8C34F5

Color information

#8C34F5 (or 0x8C34F5) is unknown color: approx Blue Violet. HEX triplet: 8C, 34 and F5. RGB value is (140,52,245). Sum of RGB (Red+Green+Blue) = 140+52+245=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 52 (20.70% from 255 or 11.90% from 437); Blue value is 245 (96.09% from 255 or 56.06% from 437); Max value from RGB is 245 - color contains mainly: blue. Hex color #8C34F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C34F5 is #73CB0A. Grayscale: #636363. Windows color (decimal): -7588619 or 16069772. OLE color: 16069772.

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

Color convert

RGB14052245-
CMYK0.430.7900.04
HSL267.36º90.61%58.24%-
HSV(B)267.36º78.78%96.08%-
XYZ28.5214.6287.71-
YUV100.31209.65156.31-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.04%
GREEN value IS 52 (20.70% from 255) = 11.90%
BLUE value IS 245 (96.09% from 255) = 56.06%
R=32.04%
G=11.90%
B=56.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal140522450.430.7900.04267.3690.6158.24
Hex8C34F52B4F0410b5b3a
Octal21464365531170441313372
Binary1000110011010011110101101011100111101001000010111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C34F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,52,245); }

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

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

 a { background-color: rgb(140,52,245); }

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

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

 span { border-color: rgb(140,52,245); }

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