#8D74CF

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

Shades of True V #8D74CF

Tints of True V #8D74CF

Color information

#8D74CF (or 0x8D74CF) is unknown color: approx True V. HEX triplet: 8D, 74 and CF. RGB value is (141,116,207). Sum of RGB (Red+Green+Blue) = 141+116+207=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D74CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D74CF is #728B30. Grayscale: #858585. Windows color (decimal): -7506737 or 13595789. OLE color: 13595789.

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

Color convert

RGB141116207-
CMYK0.320.4400.19
HSL256.48º48.66%63.33%-
HSV(B)256.48º43.96%81.18%-
XYZ28.4922.6661.9-
YUV133.85169.28133.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.39%
GREEN value IS 116 (45.70% from 255) = 25%
BLUE value IS 207 (81.25% from 255) = 44.61%
R=30.39%
G=25%
B=44.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1411162070.320.4400.19256.4848.6663.33
Hex8D74CF202C013100313f
Octal21516431740540234006177
Binary10001101111010011001111100000101100010011100000000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D74CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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