#8F78D1

Color #8F78D1 True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8F78D1

Tints of True V #8F78D1

Color information

#8F78D1 (or 0x8F78D1) is unknown color: approx True V. HEX triplet: 8F, 78 and D1. RGB value is (143,120,209). Sum of RGB (Red+Green+Blue) = 143+120+209=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 209 - color contains mainly: blue. Hex color #8F78D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F78D1 is #70872E. Grayscale: #888888. Windows color (decimal): -7374639 or 13727887. OLE color: 13727887.

HSL color Cylindrical-coordinate representation of color #8F78D1: hue angle of 255.51º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F78D1 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB143120209-
CMYK0.320.4300.18
HSL255.51º49.17%64.51%-
HSV(B)255.51º42.58%81.96%-
XYZ29.5523.8863.37-
YUV137.02168.62132.26-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.30%
GREEN value IS 120 (47.27% from 255) = 25.42%
BLUE value IS 209 (82.03% from 255) = 44.28%
R=30.30%
G=25.42%
B=44.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1431202090.320.4300.18255.5149.1764.51
Hex8F78D1202B0121003141
Octal217170321405302240061101
Binary100011111111000110100011000001010110100101000000001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F78D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,120,209); }

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

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

 a { background-color: rgb(143,120,209); }

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

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

 span { border-color: rgb(143,120,209); }

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