#8C34E1

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

Shades of Blue Violet #8C34E1

Tints of Blue Violet #8C34E1

Color information

#8C34E1 (or 0x8C34E1) is unknown color: approx Blue Violet. HEX triplet: 8C, 34 and E1. RGB value is (140,52,225). Sum of RGB (Red+Green+Blue) = 140+52+225=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 52 (20.70% from 255 or 12.47% from 417); Blue value is 225 (88.28% from 255 or 53.96% from 417); Max value from RGB is 225 - color contains mainly: blue. Hex color #8C34E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C34E1 is #73CB1E. Grayscale: #616161. Windows color (decimal): -7588639 or 14759052. OLE color: 14759052.

HSL color Cylindrical-coordinate representation of color #8C34E1: hue angle of 270.52º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C34E1 is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14052225-
CMYK0.380.7700.12
HSL270.52º74.25%54.31%-
HSV(B)270.52º76.89%88.24%-
XYZ25.6313.4772.48-
YUV98.03199.65157.93-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.57%
GREEN value IS 52 (20.70% from 255) = 12.47%
BLUE value IS 225 (88.28% from 255) = 53.96%
R=33.57%
G=12.47%
B=53.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal140522250.380.7700.12270.5274.2554.31
Hex8C34E1264D0C10f4a36
Octal214643414611501441711266
Binary10001100110100111000011001101001101011001000011111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C34E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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