#8F6FCA

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

Shades of True V #8F6FCA

Tints of True V #8F6FCA

Color information

#8F6FCA (or 0x8F6FCA) is unknown color: approx True V. HEX triplet: 8F, 6F and CA. RGB value is (143,111,202). Sum of RGB (Red+Green+Blue) = 143+111+202=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F6FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6FCA is #709035. Grayscale: #828282. Windows color (decimal): -7376950 or 13266831. OLE color: 13266831.

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

Color convert

RGB143111202-
CMYK0.290.4500.21
HSL261.1º46.19%61.37%-
HSV(B)261.1º45.05%79.22%-
XYZ27.6721.4758.56-
YUV130.94168.1136.6-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.36%
GREEN value IS 111 (43.75% from 255) = 24.34%
BLUE value IS 202 (79.30% from 255) = 44.30%
R=31.36%
G=24.34%
B=44.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1431112020.290.4500.21261.146.1961.37
Hex8F6FCA1D2D0151052e3d
Octal21715731235550254055675
Binary1000111111011111100101011101101101010101100000101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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