#8F1FFC

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

Shades of Blue Violet #8F1FFC

Tints of Blue Violet #8F1FFC

Color information

#8F1FFC (or 0x8F1FFC) is unknown color: approx Blue Violet. HEX triplet: 8F, 1F and FC. RGB value is (143,31,252). Sum of RGB (Red+Green+Blue) = 143+31+252=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 31 (12.5% from 255 or 7.28% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F1FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F1FFC is #70E003. Grayscale: #585858. Windows color (decimal): -7397380 or 16523151. OLE color: 16523151.

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

Color convert

RGB14331252-
CMYK0.430.8800.01
HSL270.41º97.36%55.49%-
HSV(B)270.41º87.7%98.82%-
XYZ29.3913.8593.22-
YUV89.68219.61166.03-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.57%
GREEN value IS 31 (12.5% from 255) = 7.28%
BLUE value IS 252 (98.83% from 255) = 59.15%
R=33.57%
G=7.28%
B=59.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal143312520.430.8800.01270.4197.3655.49
Hex8F1FFC2B580110e6137
Octal21737374531300141614167
Binary1000111111111111111001010111011000011000011101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,31,252); }

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

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

 a { background-color: rgb(143,31,252); }

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

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

 span { border-color: rgb(143,31,252); }

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