#8F7CC6

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

Shades of True V #8F7CC6

Tints of True V #8F7CC6

Color information

#8F7CC6 (or 0x8F7CC6) is unknown color: approx True V. HEX triplet: 8F, 7C and C6. RGB value is (143,124,198). Sum of RGB (Red+Green+Blue) = 143+124+198=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 198 - color contains mainly: blue. Hex color #8F7CC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7CC6 is #708339. Grayscale: #898989. Windows color (decimal): -7373626 or 13008015. OLE color: 13008015.

HSL color Cylindrical-coordinate representation of color #8F7CC6: hue angle of 255.41º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F7CC6 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB143124198-
CMYK0.280.3700.22
HSL255.41º39.36%63.14%-
HSV(B)255.41º37.37%77.65%-
XYZ28.7324.3356.61-
YUV138.12161.79131.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.75%
GREEN value IS 124 (48.83% from 255) = 26.67%
BLUE value IS 198 (77.73% from 255) = 42.58%
R=30.75%
G=26.67%
B=42.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1431241980.280.3700.22255.4139.3663.14
Hex8F7CC61C25016ff273f
Octal21717430634450263774777
Binary100011111111100110001101110010010101011011111111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,124,198); }

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

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

 a { background-color: rgb(143,124,198); }

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

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

 span { border-color: rgb(143,124,198); }

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