#8F7CC9

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

Shades of True V #8F7CC9

Tints of True V #8F7CC9

Color information

#8F7CC9 (or 0x8F7CC9) is unknown color: approx True V. HEX triplet: 8F, 7C and C9. RGB value is (143,124,201). Sum of RGB (Red+Green+Blue) = 143+124+201=468 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.56% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 201 - color contains mainly: blue. Hex color #8F7CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7CC9 is #708336. Grayscale: #8A8A8A. Windows color (decimal): -7373623 or 13204623. OLE color: 13204623.

HSL color Cylindrical-coordinate representation of color #8F7CC9: hue angle of 254.81º 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 #8F7CC9 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB143124201-
CMYK0.290.3800.21
HSL254.81º41.62%63.73%-
HSV(B)254.81º38.31%78.82%-
XYZ29.0824.4758.45-
YUV138.46163.29131.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.56%
GREEN value IS 124 (48.83% from 255) = 26.50%
BLUE value IS 201 (78.91% from 255) = 42.95%
R=30.56%
G=26.50%
B=42.95%

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
Decimal1431242010.290.3800.21254.8141.6263.73
Hex8F7CC91D26015ff2a40
Octal217174311354602537752100
Binary1000111111111001100100111101100110010101111111111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,124,201); }

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

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

 a { background-color: rgb(143,124,201); }

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

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

 span { border-color: rgb(143,124,201); }

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