#8D78BD

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

Shades of True V #8D78BD

Tints of True V #8D78BD

Color information

#8D78BD (or 0x8D78BD) is unknown color: approx True V. HEX triplet: 8D, 78 and BD. RGB value is (141,120,189). Sum of RGB (Red+Green+Blue) = 141+120+189=450 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.33% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #8D78BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D78BD is #728742. Grayscale: #858585. Windows color (decimal): -7505731 or 12417165. OLE color: 12417165.

HSL color Cylindrical-coordinate representation of color #8D78BD: hue angle of 258.26º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D78BD is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB141120189-
CMYK0.250.3700.26
HSL258.26º34.33%60.59%-
HSV(B)258.26º36.51%74.12%-
XYZ26.8922.7751.12-
YUV134.14158.96132.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.33%
GREEN value IS 120 (47.27% from 255) = 26.67%
BLUE value IS 189 (74.22% from 255) = 42%
R=31.33%
G=26.67%
B=42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1411201890.250.3700.26258.2634.3360.59
Hex8D78BD192501A102223d
Octal21517027531450324024275
Binary1000110111110001011110111001100101011010100000010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D78BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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