#8F0CFE

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

Shades of Blue Violet #8F0CFE

Tints of Blue Violet #8F0CFE

Color information

#8F0CFE (or 0x8F0CFE) is unknown color: approx Blue Violet. HEX triplet: 8F, 0C and FE. RGB value is (143,12,254). Sum of RGB (Red+Green+Blue) = 143+12+254=409 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.96% from 409); Green value is 12 (5.08% from 255 or 2.93% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F0CFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0CFE is #70F301. Grayscale: #4D4D4D. Windows color (decimal): -7402242 or 16649359. OLE color: 16649359.

HSL color Cylindrical-coordinate representation of color #8F0CFE: hue angle of 272.48º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0CFE is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB14312254-
CMYK0.440.9500.00
HSL272.48º99.18%52.16%-
HSV(B)272.48º95.28%99.61%-
XYZ29.3513.2694.78-
YUV78.76226.9173.82-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.96%
GREEN value IS 12 (5.08% from 255) = 2.93%
BLUE value IS 254 (99.61% from 255) = 62.10%
R=34.96%
G=2.93%
B=62.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal143122540.440.9500.00272.4899.1852.16
Hex8FCFE2C5F001106334
Octal21714376541370042014364
Binary100011111100111111101011001011111001000100001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,12,254); }

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

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

 a { background-color: rgb(143,12,254); }

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

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

 span { border-color: rgb(143,12,254); }

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