#8F7ACA

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

Shades of True V #8F7ACA

Tints of True V #8F7ACA

Color information

#8F7ACA (or 0x8F7ACA) is unknown color: approx True V. HEX triplet: 8F, 7A and CA. RGB value is (143,122,202). Sum of RGB (Red+Green+Blue) = 143+122+202=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F7ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7ACA is #708535. Grayscale: #898989. Windows color (decimal): -7374134 or 13269647. OLE color: 13269647.

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

Color convert

RGB143122202-
CMYK0.290.4000.21
HSL255.75º43.01%63.53%-
HSV(B)255.75º39.6%79.22%-
XYZ28.9524.0258.99-
YUV137.4164.46132-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.62%
GREEN value IS 122 (48.05% from 255) = 26.12%
BLUE value IS 202 (79.30% from 255) = 43.25%
R=30.62%
G=26.12%
B=43.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1431222020.290.4000.21255.7543.0163.53
Hex8F7ACA1D280151002b40
Octal217172312355002540053100
Binary10001111111101011001010111011010000101011000000001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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