#8F1EEF

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

Shades of Blue Violet #8F1EEF

Tints of Blue Violet #8F1EEF

Color information

#8F1EEF (or 0x8F1EEF) is unknown color: approx Blue Violet. HEX triplet: 8F, 1E and EF. RGB value is (143,30,239). Sum of RGB (Red+Green+Blue) = 143+30+239=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 30 (12.11% from 255 or 7.28% from 412); Blue value is 239 (93.75% from 255 or 58.01% from 412); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F1EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F1EEF is #70E110. Grayscale: #565656. Windows color (decimal): -7397649 or 15670927. OLE color: 15670927.

HSL color Cylindrical-coordinate representation of color #8F1EEF: hue angle of 272.44º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F1EEF is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14330239-
CMYK0.400.8700.06
HSL272.44º86.72%52.75%-
HSV(B)272.44º87.45%93.73%-
XYZ27.371382.73-
YUV87.61213.44167.51-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.71%
GREEN value IS 30 (12.11% from 255) = 7.28%
BLUE value IS 239 (93.75% from 255) = 58.01%
R=34.71%
G=7.28%
B=58.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal143302390.400.8700.06272.4486.7252.75
Hex8F1EEF2857061105735
Octal21736357501270642012765
Binary100011111111011101111101000101011101101000100001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,30,239); }

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

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

 a { background-color: rgb(143,30,239); }

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

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

 span { border-color: rgb(143,30,239); }

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