#8C31E0

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

Shades of Blue Violet #8C31E0

Tints of Blue Violet #8C31E0

Color information

#8C31E0 (or 0x8C31E0) is unknown color: approx Blue Violet. HEX triplet: 8C, 31 and E0. RGB value is (140,49,224). Sum of RGB (Red+Green+Blue) = 140+49+224=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 224 (87.89% from 255 or 54.24% from 413); Max value from RGB is 224 - color contains mainly: blue. Hex color #8C31E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C31E0 is #73CE1F. Grayscale: #5F5F5F. Windows color (decimal): -7589408 or 14692748. OLE color: 14692748.

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

Color convert

RGB14049224-
CMYK0.380.7800.12
HSL271.2º73.84%53.53%-
HSV(B)271.2º78.12%87.84%-
XYZ25.3713.1571.72-
YUV96.16200.15159.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.90%
GREEN value IS 49 (19.53% from 255) = 11.86%
BLUE value IS 224 (87.89% from 255) = 54.24%
R=33.90%
G=11.86%
B=54.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal140492240.380.7800.12271.273.8453.53
Hex8C31E0264E0C10f4a36
Octal214613404611601441711266
Binary10001100110001111000001001101001110011001000011111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C31E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,49,224); }

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

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

 a { background-color: rgb(140,49,224); }

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

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

 span { border-color: rgb(140,49,224); }

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