#8F77C1

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

Shades of True V #8F77C1

Tints of True V #8F77C1

Color information

#8F77C1 (or 0x8F77C1) is unknown color: approx True V. HEX triplet: 8F, 77 and C1. RGB value is (143,119,193). Sum of RGB (Red+Green+Blue) = 143+119+193=455 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.43% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 193 - color contains mainly: blue. Hex color #8F77C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F77C1 is #70883E. Grayscale: #868686. Windows color (decimal): -7374911 or 12679055. OLE color: 12679055.

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

Color convert

RGB143119193-
CMYK0.260.3800.24
HSL259.46º37.37%61.18%-
HSV(B)259.46º38.34%75.69%-
XYZ27.5522.8853.42-
YUV134.61160.95133.98-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.43%
GREEN value IS 119 (46.88% from 255) = 26.15%
BLUE value IS 193 (75.78% from 255) = 42.42%
R=31.43%
G=26.15%
B=42.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1431191930.260.3800.24259.4637.3761.18
Hex8F77C11A26018103253d
Octal21716730132460304034575
Binary1000111111101111100000111010100110011000100000011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F77C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,119,193); }

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

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

 a { background-color: rgb(143,119,193); }

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

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

 span { border-color: rgb(143,119,193); }

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