#8F44F4

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

Shades of Blue Violet #8F44F4

Tints of Blue Violet #8F44F4

Color information

#8F44F4 (or 0x8F44F4) is unknown color: approx Blue Violet. HEX triplet: 8F, 44 and F4. RGB value is (143,68,244). Sum of RGB (Red+Green+Blue) = 143+68+244=455 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.43% from 455); Green value is 68 (26.95% from 255 or 14.95% from 455); Blue value is 244 (95.70% from 255 or 53.63% from 455); Max value from RGB is 244 - color contains mainly: blue. Hex color #8F44F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F44F4 is #70BB0B. Grayscale: #6D6D6D. Windows color (decimal): -7387916 or 16008335. OLE color: 16008335.

HSL color Cylindrical-coordinate representation of color #8F44F4: hue angle of 265.57º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F44F4 is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14368244-
CMYK0.410.7200.04
HSL265.57º88.89%61.18%-
HSV(B)265.57º72.13%95.69%-
XYZ29.7216.5187.21-
YUV110.49203.35151.19-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.43%
GREEN value IS 68 (26.95% from 255) = 14.95%
BLUE value IS 244 (95.70% from 255) = 53.63%
R=31.43%
G=14.95%
B=53.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal143682440.410.7200.04265.5788.8961.18
Hex8F44F429480410a593d
Octal217104364511100441213175
Binary10001111100010011110100101001100100001001000010101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F44F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,68,244); }

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

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

 a { background-color: rgb(143,68,244); }

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

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

 span { border-color: rgb(143,68,244); }

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