#8F7BBE

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

Shades of True V #8F7BBE

Tints of True V #8F7BBE

Color information

#8F7BBE (or 0x8F7BBE) is unknown color: approx True V. HEX triplet: 8F, 7B and BE. RGB value is (143,123,190). Sum of RGB (Red+Green+Blue) = 143+123+190=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F7BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7BBE is #708441. Grayscale: #888888. Windows color (decimal): -7373890 or 12483471. OLE color: 12483471.

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

Color convert

RGB143123190-
CMYK0.250.3500.25
HSL257.91º34.01%61.37%-
HSV(B)257.91º35.26%74.51%-
XYZ27.723.7251.83-
YUV136.62158.13132.55-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.36%
GREEN value IS 123 (48.44% from 255) = 26.97%
BLUE value IS 190 (74.61% from 255) = 41.67%
R=31.36%
G=26.97%
B=41.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431231900.250.3500.25257.9134.0161.37
Hex8F7BBE1923019102223d
Octal21717327631430314024275
Binary1000111111110111011111011001100011011001100000010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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