#8F72CE

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

Shades of True V #8F72CE

Tints of True V #8F72CE

Color information

#8F72CE (or 0x8F72CE) is unknown color: approx True V. HEX triplet: 8F, 72 and CE. RGB value is (143,114,206). Sum of RGB (Red+Green+Blue) = 143+114+206=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F72CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F72CE is #708D31. Grayscale: #848484. Windows color (decimal): -7376178 or 13529743. OLE color: 13529743.

HSL color Cylindrical-coordinate representation of color #8F72CE: hue angle of 258.91º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F72CE is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB143114206-
CMYK0.310.4500.19
HSL258.91º48.42%62.75%-
HSV(B)258.91º44.66%80.78%-
XYZ28.4922.3361.2-
YUV133.16169.11135.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.89%
GREEN value IS 114 (44.92% from 255) = 24.62%
BLUE value IS 206 (80.86% from 255) = 44.49%
R=30.89%
G=24.62%
B=44.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1431142060.310.4500.19258.9148.4262.75
Hex8F72CE1F2D013103303f
Octal21716231637550234036077
Binary1000111111100101100111011111101101010011100000011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F72CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,114,206); }

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

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

 a { background-color: rgb(143,114,206); }

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

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

 span { border-color: rgb(143,114,206); }

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