#8D78BA

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

Shades of True V #8D78BA

Tints of True V #8D78BA

Color information

#8D78BA (or 0x8D78BA) is unknown color: approx True V. HEX triplet: 8D, 78 and BA. RGB value is (141,120,186). Sum of RGB (Red+Green+Blue) = 141+120+186=447 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.54% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D78BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D78BA is #728745. Grayscale: #858585. Windows color (decimal): -7505734 or 12220557. OLE color: 12220557.

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

Color convert

RGB141120186-
CMYK0.240.3500.27
HSL259.09º32.35%60%-
HSV(B)259.09º35.48%72.94%-
XYZ26.5622.6449.42-
YUV133.8157.46133.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.54%
GREEN value IS 120 (47.27% from 255) = 26.85%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=31.54%
G=26.85%
B=41.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411201860.240.3500.27259.0932.3560
Hex8D78BA182301B103203c
Octal21517027230430334034074
Binary1000110111110001011101011000100011011011100000011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D78BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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