#8D76BA

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

Shades of True V #8D76BA

Tints of True V #8D76BA

Color information

#8D76BA (or 0x8D76BA) is unknown color: approx True V. HEX triplet: 8D, 76 and BA. RGB value is (141,118,186). Sum of RGB (Red+Green+Blue) = 141+118+186=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D76BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D76BA is #728945. Grayscale: #848484. Windows color (decimal): -7506246 or 12220045. OLE color: 12220045.

HSL color Cylindrical-coordinate representation of color #8D76BA: hue angle of 260.29º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D76BA is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB141118186-
CMYK0.240.3700.27
HSL260.29º33.01%59.61%-
HSV(B)260.29º36.56%72.94%-
XYZ26.3322.1649.35-
YUV132.63158.12133.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.69%
GREEN value IS 118 (46.48% from 255) = 26.52%
BLUE value IS 186 (73.05% from 255) = 41.80%
R=31.69%
G=26.52%
B=41.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411181860.240.3700.27260.2933.0159.61
Hex8D76BA182501B104213c
Octal21516627230450334044174
Binary1000110111101101011101011000100101011011100000100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D76BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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