#8D79CD

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

Shades of True V #8D79CD

Tints of True V #8D79CD

Color information

#8D79CD (or 0x8D79CD) is unknown color: approx True V. HEX triplet: 8D, 79 and CD. RGB value is (141,121,205). Sum of RGB (Red+Green+Blue) = 141+121+205=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D79CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D79CD is #728632. Grayscale: #888888. Windows color (decimal): -7505459 or 13465997. OLE color: 13465997.

HSL color Cylindrical-coordinate representation of color #8D79CD: hue angle of 254.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D79CD is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB141121205-
CMYK0.310.4100.20
HSL254.29º45.65%63.92%-
HSV(B)254.29º40.98%80.39%-
XYZ28.8423.7560.82-
YUV136.56166.63131.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.19%
GREEN value IS 121 (47.66% from 255) = 25.91%
BLUE value IS 205 (80.47% from 255) = 43.90%
R=30.19%
G=25.91%
B=43.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411212050.310.4100.20254.2945.6563.92
Hex8D79CD1F29014fe2e40
Octal215171315375102437656100
Binary1000110111110011100110111111101001010100111111101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D79CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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