#8F74C9

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

Shades of True V #8F74C9

Tints of True V #8F74C9

Color information

#8F74C9 (or 0x8F74C9) is unknown color: approx True V. HEX triplet: 8F, 74 and C9. RGB value is (143,116,201). Sum of RGB (Red+Green+Blue) = 143+116+201=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 201 - color contains mainly: blue. Hex color #8F74C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F74C9 is #708B36. Grayscale: #858585. Windows color (decimal): -7375671 or 13202575. OLE color: 13202575.

HSL color Cylindrical-coordinate representation of color #8F74C9: hue angle of 259.06º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F74C9 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB143116201-
CMYK0.290.4200.21
HSL259.06º44.04%62.16%-
HSV(B)259.06º42.29%78.82%-
XYZ28.1222.5558.13-
YUV133.76165.95134.59-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.09%
GREEN value IS 116 (45.70% from 255) = 25.22%
BLUE value IS 201 (78.91% from 255) = 43.70%
R=31.09%
G=25.22%
B=43.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1431162010.290.4200.21259.0644.0462.16
Hex8F74C91D2A0151032c3e
Octal21716431135520254035476
Binary1000111111101001100100111101101010010101100000011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F74C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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