#8F75BE

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

Shades of True V #8F75BE

Tints of True V #8F75BE

Color information

#8F75BE (or 0x8F75BE) is unknown color: approx True V. HEX triplet: 8F, 75 and BE. RGB value is (143,117,190). Sum of RGB (Red+Green+Blue) = 143+117+190=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F75BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F75BE is #708A41. Grayscale: #848484. Windows color (decimal): -7375426 or 12481935. OLE color: 12481935.

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

Color convert

RGB143117190-
CMYK0.250.3800.25
HSL261.37º35.96%60.2%-
HSV(B)261.37º38.42%74.51%-
XYZ26.9822.2851.59-
YUV133.1160.11135.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.78%
GREEN value IS 117 (46.09% from 255) = 26%
BLUE value IS 190 (74.61% from 255) = 42.22%
R=31.78%
G=26%
B=42.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431171900.250.3800.25261.3735.9660.2
Hex8F75BE1926019105243c
Octal21716527631460314054474
Binary1000111111101011011111011001100110011001100000101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F75BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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