#8F7ABF

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

Shades of True V #8F7ABF

Tints of True V #8F7ABF

Color information

#8F7ABF (or 0x8F7ABF) is unknown color: approx True V. HEX triplet: 8F, 7A and BF. RGB value is (143,122,191). Sum of RGB (Red+Green+Blue) = 143+122+191=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F7ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7ABF is #708540. Grayscale: #878787. Windows color (decimal): -7374145 or 12548751. OLE color: 12548751.

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

Color convert

RGB143122191-
CMYK0.250.3600.25
HSL258.26º35.03%61.37%-
HSV(B)258.26º36.13%74.9%-
XYZ27.6923.5252.37-
YUV136.14158.96132.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.36%
GREEN value IS 122 (48.05% from 255) = 26.75%
BLUE value IS 191 (75% from 255) = 41.89%
R=31.36%
G=26.75%
B=41.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431221910.250.3600.25258.2635.0361.37
Hex8F7ABF1924019102233d
Octal21717227731440314024375
Binary1000111111110101011111111001100100011001100000010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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