#8D79C1

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

Shades of True V #8D79C1

Tints of True V #8D79C1

Color information

#8D79C1 (or 0x8D79C1) is unknown color: approx True V. HEX triplet: 8D, 79 and C1. RGB value is (141,121,193). Sum of RGB (Red+Green+Blue) = 141+121+193=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 193 - color contains mainly: blue. Hex color #8D79C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D79C1 is #72863E. Grayscale: #868686. Windows color (decimal): -7505471 or 12679565. OLE color: 12679565.

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

Color convert

RGB141121193-
CMYK0.270.3700.24
HSL256.67º36.73%61.57%-
HSV(B)256.67º37.31%75.69%-
XYZ27.4523.1953.48-
YUV135.19160.63132.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.99%
GREEN value IS 121 (47.66% from 255) = 26.59%
BLUE value IS 193 (75.78% from 255) = 42.42%
R=30.99%
G=26.59%
B=42.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411211930.270.3700.24256.6736.7361.57
Hex8D79C11B25018101253e
Octal21517130133450304014576
Binary1000110111110011100000111011100101011000100000001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D79C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,121,193); }

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

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

 a { background-color: rgb(141,121,193); }

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

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

 span { border-color: rgb(141,121,193); }

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