#8F37EE

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

Shades of Blue Violet #8F37EE

Tints of Blue Violet #8F37EE

Color information

#8F37EE (or 0x8F37EE) is unknown color: approx Blue Violet. HEX triplet: 8F, 37 and EE. RGB value is (143,55,238). Sum of RGB (Red+Green+Blue) = 143+55+238=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 55 (21.88% from 255 or 12.61% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F37EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F37EE is #70C811. Grayscale: #656565. Windows color (decimal): -7391250 or 15611791. OLE color: 15611791.

HSL color Cylindrical-coordinate representation of color #8F37EE: hue angle of 268.85º degrees, saturation: 0.84, 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 #8F37EE is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14355238-
CMYK0.400.7700.07
HSL268.85º84.33%57.45%-
HSV(B)268.85º76.89%93.33%-
XYZ28.1314.7582.25-
YUV102.17204.65157.12-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.80%
GREEN value IS 55 (21.88% from 255) = 12.61%
BLUE value IS 238 (93.36% from 255) = 54.59%
R=32.80%
G=12.61%
B=54.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal143552380.400.7700.07268.8584.3357.45
Hex8F37EE284D0710d5439
Octal21767356501150741512471
Binary1000111111011111101110101000100110101111000011011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F37EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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