#8D74BF

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

Shades of True V #8D74BF

Tints of True V #8D74BF

Color information

#8D74BF (or 0x8D74BF) is unknown color: approx True V. HEX triplet: 8D, 74 and BF. RGB value is (141,116,191). Sum of RGB (Red+Green+Blue) = 141+116+191=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D74BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D74BF is #728B40. Grayscale: #838383. Windows color (decimal): -7506753 or 12547213. OLE color: 12547213.

HSL color Cylindrical-coordinate representation of color #8D74BF: hue angle of 260º 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 #8D74BF is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB141116191-
CMYK0.260.3900.25
HSL260º36.95%60.2%-
HSV(B)260º39.27%74.9%-
XYZ26.6321.9252.12-
YUV132.02161.28134.4-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.47%
GREEN value IS 116 (45.70% from 255) = 25.89%
BLUE value IS 191 (75% from 255) = 42.63%
R=31.47%
G=25.89%
B=42.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411161910.260.3900.2526036.9560.2
Hex8D74BF1A27019104253c
Octal21516427732470314044574
Binary1000110111101001011111111010100111011001100000100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D74BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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