#8F76BC

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

Shades of True V #8F76BC

Tints of True V #8F76BC

Color information

#8F76BC (or 0x8F76BC) is unknown color: approx True V. HEX triplet: 8F, 76 and BC. RGB value is (143,118,188). Sum of RGB (Red+Green+Blue) = 143+118+188=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F76BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F76BC is #708943. Grayscale: #858585. Windows color (decimal): -7375172 or 12351119. OLE color: 12351119.

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

Color convert

RGB143118188-
CMYK0.240.3700.26
HSL261.43º34.31%60%-
HSV(B)261.43º37.23%73.73%-
XYZ26.8822.4350.49-
YUV133.45158.78134.81-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.85%
GREEN value IS 118 (46.48% from 255) = 26.28%
BLUE value IS 188 (73.83% from 255) = 41.87%
R=31.85%
G=26.28%
B=41.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1431181880.240.3700.26261.4334.3160
Hex8F76BC182501A105223c
Octal21716627430450324054274
Binary1000111111101101011110011000100101011010100000101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F76BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,118,188); }

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

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

 a { background-color: rgb(143,118,188); }

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

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

 span { border-color: rgb(143,118,188); }

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