#8F7ECA

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

Shades of True V #8F7ECA

Tints of True V #8F7ECA

Color information

#8F7ECA (or 0x8F7ECA) is unknown color: approx True V. HEX triplet: 8F, 7E and CA. RGB value is (143,126,202). Sum of RGB (Red+Green+Blue) = 143+126+202=471 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.36% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F7ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7ECA is #708135. Grayscale: #8B8B8B. Windows color (decimal): -7373110 or 13270671. OLE color: 13270671.

HSL color Cylindrical-coordinate representation of color #8F7ECA: hue angle of 253.42º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F7ECA is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB143126202-
CMYK0.290.3800.21
HSL253.42º41.76%64.31%-
HSV(B)253.42º37.62%79.22%-
XYZ29.4525.0359.16-
YUV139.75163.13130.32-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.36%
GREEN value IS 126 (49.61% from 255) = 26.75%
BLUE value IS 202 (79.30% from 255) = 42.89%
R=30.36%
G=26.75%
B=42.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1431262020.290.3800.21253.4241.7664.31
Hex8F7ECA1D26015fd2a40
Octal217176312354602537552100
Binary1000111111111101100101011101100110010101111111011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,126,202); }

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

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

 a { background-color: rgb(143,126,202); }

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

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

 span { border-color: rgb(143,126,202); }

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