#8F40D8

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

Shades of Blue Violet #8F40D8

Tints of Blue Violet #8F40D8

Color information

#8F40D8 (or 0x8F40D8) is unknown color: approx Blue Violet. HEX triplet: 8F, 40 and D8. RGB value is (143,64,216). Sum of RGB (Red+Green+Blue) = 143+64+216=423 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.81% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 216 (84.77% from 255 or 51.06% from 423); Max value from RGB is 216 - color contains mainly: blue. Hex color #8F40D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F40D8 is #70BF27. Grayscale: #686868. Windows color (decimal): -7388968 or 14172303. OLE color: 14172303.

HSL color Cylindrical-coordinate representation of color #8F40D8: hue angle of 271.18º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F40D8 is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14364216-
CMYK0.340.7000.15
HSL271.18º66.09%54.9%-
HSV(B)271.18º70.37%84.71%-
XYZ25.5614.4666.41-
YUV104.95190.67155.14-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.81%
GREEN value IS 64 (25.39% from 255) = 15.13%
BLUE value IS 216 (84.77% from 255) = 51.06%
R=33.81%
G=15.13%
B=51.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal143642160.340.7000.15271.1866.0954.9
Hex8F40D822460F10f4237
Octal2171003304210601741710267
Binary100011111000000110110001000101000110011111000011111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F40D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,64,216); }

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

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

 a { background-color: rgb(143,64,216); }

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

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

 span { border-color: rgb(143,64,216); }

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