#8F7FC3

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

Shades of True V #8F7FC3

Tints of True V #8F7FC3

Color information

#8F7FC3 (or 0x8F7FC3) is unknown color: approx True V. HEX triplet: 8F, 7F and C3. RGB value is (143,127,195). Sum of RGB (Red+Green+Blue) = 143+127+195=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 195 - color contains mainly: blue. Hex color #8F7FC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7FC3 is #70803C. Grayscale: #8B8B8B. Windows color (decimal): -7372861 or 12812175. OLE color: 12812175.

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

Color convert

RGB143127195-
CMYK0.270.3500.24
HSL254.12º36.17%63.14%-
HSV(B)254.12º34.87%76.47%-
XYZ28.7724.9654.93-
YUV139.54159.3130.47-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.75%
GREEN value IS 127 (50% from 255) = 27.31%
BLUE value IS 195 (76.56% from 255) = 41.94%
R=30.75%
G=27.31%
B=41.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1431271950.270.3500.24254.1236.1763.14
Hex8F7FC31B23018fe243f
Octal21717730333430303764477
Binary100011111111111110000111101110001101100011111110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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