#8F7DC0

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

Shades of True V #8F7DC0

Tints of True V #8F7DC0

Color information

#8F7DC0 (or 0x8F7DC0) is unknown color: approx True V. HEX triplet: 8F, 7D and C0. RGB value is (143,125,192). Sum of RGB (Red+Green+Blue) = 143+125+192=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 192 - color contains mainly: blue. Hex color #8F7DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7DC0 is #70823F. Grayscale: #898989. Windows color (decimal): -7373376 or 12615055. OLE color: 12615055.

HSL color Cylindrical-coordinate representation of color #8F7DC0: hue angle of 256.12º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F7DC0 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB143125192-
CMYK0.260.3500.25
HSL256.12º34.72%62.16%-
HSV(B)256.12º34.9%75.29%-
XYZ28.1824.3153.08-
YUV138.02158.46131.55-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.09%
GREEN value IS 125 (49.22% from 255) = 27.17%
BLUE value IS 192 (75.39% from 255) = 41.74%
R=31.09%
G=27.17%
B=41.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431251920.260.3500.25256.1234.7262.16
Hex8F7DC01A23019100233e
Octal21717530032430314004376
Binary1000111111111011100000011010100011011001100000000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,125,192); }

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

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

 a { background-color: rgb(143,125,192); }

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

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

 span { border-color: rgb(143,125,192); }

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