#8C32F1

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

Shades of Blue Violet #8C32F1

Tints of Blue Violet #8C32F1

Color information

#8C32F1 (or 0x8C32F1) is unknown color: approx Blue Violet. HEX triplet: 8C, 32 and F1. RGB value is (140,50,241). Sum of RGB (Red+Green+Blue) = 140+50+241=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 241 (94.53% from 255 or 55.92% from 431); Max value from RGB is 241 - color contains mainly: blue. Hex color #8C32F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C32F1 is #73CD0E. Grayscale: #626262. Windows color (decimal): -7589135 or 15807116. OLE color: 15807116.

HSL color Cylindrical-coordinate representation of color #8C32F1: hue angle of 268.27º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C32F1 is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14050241-
CMYK0.420.7900.05
HSL268.27º87.21%57.06%-
HSV(B)268.27º79.25%94.51%-
XYZ27.8314.2184.49-
YUV98.68208.32157.47-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.48%
GREEN value IS 50 (19.92% from 255) = 11.60%
BLUE value IS 241 (94.53% from 255) = 55.92%
R=32.48%
G=11.60%
B=55.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal140502410.420.7900.05268.2787.2157.06
Hex8C32F12A4F0510c5739
Octal21462361521170541412771
Binary1000110011001011110001101010100111101011000011001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C32F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,50,241); }

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

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

 a { background-color: rgb(140,50,241); }

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

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

 span { border-color: rgb(140,50,241); }

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