#8F7FBE

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

Shades of True V #8F7FBE

Tints of True V #8F7FBE

Color information

#8F7FBE (or 0x8F7FBE) is unknown color: approx True V. HEX triplet: 8F, 7F and BE. RGB value is (143,127,190). Sum of RGB (Red+Green+Blue) = 143+127+190=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F7FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7FBE is #708041. Grayscale: #8A8A8A. Windows color (decimal): -7372866 or 12484495. OLE color: 12484495.

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

Color convert

RGB143127190-
CMYK0.250.3300.25
HSL255.24º32.64%62.16%-
HSV(B)255.24º33.16%74.51%-
XYZ28.2124.7452-
YUV138.97156.8130.88-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.09%
GREEN value IS 127 (50% from 255) = 27.61%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=31.09%
G=27.61%
B=41.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431271900.250.3300.25255.2432.6462.16
Hex8F7FBE1921019ff213e
Octal21717727631410313774176
Binary100011111111111101111101100110000101100111111111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,127,190); }

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

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

 a { background-color: rgb(143,127,190); }

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

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

 span { border-color: rgb(143,127,190); }

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