#8F1DFA

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

Shades of Blue Violet #8F1DFA

Tints of Blue Violet #8F1DFA

Color information

#8F1DFA (or 0x8F1DFA) is unknown color: approx Blue Violet. HEX triplet: 8F, 1D and FA. RGB value is (143,29,250). Sum of RGB (Red+Green+Blue) = 143+29+250=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 29 (11.72% from 255 or 6.87% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F1DFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F1DFA is #70E205. Grayscale: #575757. Windows color (decimal): -7397894 or 16391567. OLE color: 16391567.

HSL color Cylindrical-coordinate representation of color #8F1DFA: hue angle of 270.95º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F1DFA is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14329250-
CMYK0.430.8800.02
HSL270.95º95.67%54.71%-
HSV(B)270.95º88.4%98.04%-
XYZ29.0213.6291.54-
YUV88.28219.27167.03-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.89%
GREEN value IS 29 (11.72% from 255) = 6.87%
BLUE value IS 250 (98.05% from 255) = 59.24%
R=33.89%
G=6.87%
B=59.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal143292500.430.8800.02270.9595.6754.71
Hex8F1DFA2B580210f6037
Octal21735372531300241714067
Binary10001111111011111101010101110110000101000011111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,29,250); }

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

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

 a { background-color: rgb(143,29,250); }

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

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

 span { border-color: rgb(143,29,250); }

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