#8F7ABA

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

Shades of True V #8F7ABA

Tints of True V #8F7ABA

Color information

#8F7ABA (or 0x8F7ABA) is unknown color: approx True V. HEX triplet: 8F, 7A and BA. RGB value is (143,122,186). Sum of RGB (Red+Green+Blue) = 143+122+186=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F7ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7ABA is #708545. Grayscale: #878787. Windows color (decimal): -7374150 or 12221071. OLE color: 12221071.

HSL color Cylindrical-coordinate representation of color #8F7ABA: hue angle of 259.69º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F7ABA is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB143122186-
CMYK0.230.3400.27
HSL259.69º31.68%60.39%-
HSV(B)259.69º34.41%72.94%-
XYZ27.1523.349.52-
YUV135.57156.46133.3-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.71%
GREEN value IS 122 (48.05% from 255) = 27.05%
BLUE value IS 186 (73.05% from 255) = 41.24%
R=31.71%
G=27.05%
B=41.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431221860.230.3400.27259.6931.6860.39
Hex8F7ABA172201B104203c
Octal21717227227420334044074
Binary1000111111110101011101010111100010011011100000100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,122,186); }

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

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

 a { background-color: rgb(143,122,186); }

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

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

 span { border-color: rgb(143,122,186); }

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