#8F7BC3

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

Shades of True V #8F7BC3

Tints of True V #8F7BC3

Color information

#8F7BC3 (or 0x8F7BC3) is unknown color: approx True V. HEX triplet: 8F, 7B and C3. RGB value is (143,123,195). Sum of RGB (Red+Green+Blue) = 143+123+195=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 195 (76.56% from 255 or 42.30% from 461); Max value from RGB is 195 - color contains mainly: blue. Hex color #8F7BC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7BC3 is #70843C. Grayscale: #888888. Windows color (decimal): -7373885 or 12811151. OLE color: 12811151.

HSL color Cylindrical-coordinate representation of color #8F7BC3: hue angle of 256.67º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F7BC3 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB143123195-
CMYK0.270.3700.24
HSL256.67º37.5%62.35%-
HSV(B)256.67º36.92%76.47%-
XYZ28.2623.9554.76-
YUV137.19160.63132.15-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.02%
GREEN value IS 123 (48.44% from 255) = 26.68%
BLUE value IS 195 (76.56% from 255) = 42.30%
R=31.02%
G=26.68%
B=42.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1431231950.270.3700.24256.6737.562.35
Hex8F7BC31B25018101263e
Octal21717330333450304014676
Binary1000111111110111100001111011100101011000100000001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,123,195); }

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

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

 a { background-color: rgb(143,123,195); }

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

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

 span { border-color: rgb(143,123,195); }

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