#8D79D0

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

Shades of True V #8D79D0

Tints of True V #8D79D0

Color information

#8D79D0 (or 0x8D79D0) is unknown color: approx True V. HEX triplet: 8D, 79 and D0. RGB value is (141,121,208). Sum of RGB (Red+Green+Blue) = 141+121+208=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #8D79D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D79D0 is #72862F. Grayscale: #888888. Windows color (decimal): -7505456 or 13662605. OLE color: 13662605.

HSL color Cylindrical-coordinate representation of color #8D79D0: hue angle of 253.79º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D79D0 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB141121208-
CMYK0.320.4200.18
HSL253.79º48.07%64.51%-
HSV(B)253.79º41.83%81.57%-
XYZ29.2123.8962.75-
YUV136.9168.13130.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30%
GREEN value IS 121 (47.66% from 255) = 25.74%
BLUE value IS 208 (81.64% from 255) = 44.26%
R=30%
G=25.74%
B=44.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1411212080.320.4200.18253.7948.0764.51
Hex8D79D0202A012fe3041
Octal215171320405202237660101
Binary10001101111100111010000100000101010010010111111101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D79D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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