#8F74BF

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

Shades of True V #8F74BF

Tints of True V #8F74BF

Color information

#8F74BF (or 0x8F74BF) is unknown color: approx True V. HEX triplet: 8F, 74 and BF. RGB value is (143,116,191). Sum of RGB (Red+Green+Blue) = 143+116+191=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F74BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F74BF is #708B40. Grayscale: #848484. Windows color (decimal): -7375681 or 12547215. OLE color: 12547215.

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

Color convert

RGB143116191-
CMYK0.250.3900.25
HSL261.6º36.95%60.2%-
HSV(B)261.6º39.27%74.9%-
XYZ26.9822.0952.13-
YUV132.62160.95135.4-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.78%
GREEN value IS 116 (45.70% from 255) = 25.78%
BLUE value IS 191 (75% from 255) = 42.44%
R=31.78%
G=25.78%
B=42.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431161910.250.3900.25261.636.9560.2
Hex8F74BF1927019106253c
Octal21716427731470314064574
Binary1000111111101001011111111001100111011001100000110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F74BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,116,191); }

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

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

 a { background-color: rgb(143,116,191); }

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

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

 span { border-color: rgb(143,116,191); }

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