#8F47DC

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

Shades of Blue Violet #8F47DC

Tints of Blue Violet #8F47DC

Color information

#8F47DC (or 0x8F47DC) is unknown color: approx Blue Violet. HEX triplet: 8F, 47 and DC. RGB value is (143,71,220). Sum of RGB (Red+Green+Blue) = 143+71+220=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F47DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F47DC is #70B823. Grayscale: #6C6C6C. Windows color (decimal): -7387172 or 14436239. OLE color: 14436239.

HSL color Cylindrical-coordinate representation of color #8F47DC: hue angle of 268.99º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F47DC is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14371220-
CMYK0.350.6800.14
HSL268.99º68.04%57.06%-
HSV(B)268.99º67.73%86.27%-
XYZ26.515.5169.31-
YUV109.51190.35151.88-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.95%
GREEN value IS 71 (28.12% from 255) = 16.36%
BLUE value IS 220 (86.33% from 255) = 50.69%
R=32.95%
G=16.36%
B=50.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal143712200.350.6800.14268.9968.0457.06
Hex8F47DC23440E10d4439
Octal2171073344310401641510471
Binary100011111000111110111001000111000100011101000011011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F47DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,71,220); }

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

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

 a { background-color: rgb(143,71,220); }

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

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

 span { border-color: rgb(143,71,220); }

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