#8D76BE

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

Shades of True V #8D76BE

Tints of True V #8D76BE

Color information

#8D76BE (or 0x8D76BE) is unknown color: approx True V. HEX triplet: 8D, 76 and BE. RGB value is (141,118,190). Sum of RGB (Red+Green+Blue) = 141+118+190=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D76BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D76BE is #728941. Grayscale: #848484. Windows color (decimal): -7506242 or 12482189. OLE color: 12482189.

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

Color convert

RGB141118190-
CMYK0.260.3800.25
HSL259.17º35.64%60.39%-
HSV(B)259.17º37.89%74.51%-
XYZ26.7622.3451.62-
YUV133.08160.12133.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.40%
GREEN value IS 118 (46.48% from 255) = 26.28%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=31.40%
G=26.28%
B=42.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411181900.260.3800.25259.1735.6460.39
Hex8D76BE1A26019103243c
Octal21516627632460314034474
Binary1000110111101101011111011010100110011001100000011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D76BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,118,190); }

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

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

 a { background-color: rgb(141,118,190); }

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

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

 span { border-color: rgb(141,118,190); }

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