#8F37EC

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

Shades of Blue Violet #8F37EC

Tints of Blue Violet #8F37EC

Color information

#8F37EC (or 0x8F37EC) is unknown color: approx Blue Violet. HEX triplet: 8F, 37 and EC. RGB value is (143,55,236). Sum of RGB (Red+Green+Blue) = 143+55+236=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 55 (21.88% from 255 or 12.67% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F37EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F37EC is #70C813. Grayscale: #656565. Windows color (decimal): -7391252 or 15480719. OLE color: 15480719.

HSL color Cylindrical-coordinate representation of color #8F37EC: hue angle of 269.17º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F37EC is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14355236-
CMYK0.390.7700.07
HSL269.17º82.65%57.06%-
HSV(B)269.17º76.69%92.55%-
XYZ27.8314.6380.71-
YUV101.95203.65157.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.95%
GREEN value IS 55 (21.88% from 255) = 12.67%
BLUE value IS 236 (92.58% from 255) = 54.38%
R=32.95%
G=12.67%
B=54.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal143552360.390.7700.07269.1782.6557.06
Hex8F37EC274D0710d5339
Octal21767354471150741512371
Binary1000111111011111101100100111100110101111000011011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F37EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,55,236); }

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

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

 a { background-color: rgb(143,55,236); }

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

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

 span { border-color: rgb(143,55,236); }

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