#8F7AC0

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

Shades of True V #8F7AC0

Tints of True V #8F7AC0

Color information

#8F7AC0 (or 0x8F7AC0) is unknown color: approx True V. HEX triplet: 8F, 7A and C0. RGB value is (143,122,192). Sum of RGB (Red+Green+Blue) = 143+122+192=457 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.29% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 192 - color contains mainly: blue. Hex color #8F7AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7AC0 is #70853F. Grayscale: #888888. Windows color (decimal): -7374144 or 12614287. OLE color: 12614287.

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

Color convert

RGB143122192-
CMYK0.260.3600.25
HSL258º35.71%61.57%-
HSV(B)258º36.46%75.29%-
XYZ27.823.5652.95-
YUV136.26159.46132.81-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.29%
GREEN value IS 122 (48.05% from 255) = 26.70%
BLUE value IS 192 (75.39% from 255) = 42.01%
R=31.29%
G=26.70%
B=42.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431221920.260.3600.2525835.7161.57
Hex8F7AC01A24019102243e
Octal21717230032440314024476
Binary1000111111110101100000011010100100011001100000010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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