#8F75BF

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

Shades of True V #8F75BF

Tints of True V #8F75BF

Color information

#8F75BF (or 0x8F75BF) is unknown color: approx True V. HEX triplet: 8F, 75 and BF. RGB value is (143,117,191). Sum of RGB (Red+Green+Blue) = 143+117+191=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F75BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F75BF is #708A40. Grayscale: #848484. Windows color (decimal): -7375425 or 12547471. OLE color: 12547471.

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

Color convert

RGB143117191-
CMYK0.250.3900.25
HSL261.08º36.63%60.39%-
HSV(B)261.08º38.74%74.9%-
XYZ27.0922.3252.17-
YUV133.21160.61134.98-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.71%
GREEN value IS 117 (46.09% from 255) = 25.94%
BLUE value IS 191 (75% from 255) = 42.35%
R=31.71%
G=25.94%
B=42.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431171910.250.3900.25261.0836.6360.39
Hex8F75BF1927019105253c
Octal21716527731470314054574
Binary1000111111101011011111111001100111011001100000101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F75BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,117,191); }

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

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

 a { background-color: rgb(143,117,191); }

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

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

 span { border-color: rgb(143,117,191); }

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