#8D76D0

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

Shades of True V #8D76D0

Tints of True V #8D76D0

Color information

#8D76D0 (or 0x8D76D0) is unknown color: approx True V. HEX triplet: 8D, 76 and D0. RGB value is (141,118,208). Sum of RGB (Red+Green+Blue) = 141+118+208=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #8D76D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D76D0 is #72892F. Grayscale: #868686. Windows color (decimal): -7506224 or 13661837. OLE color: 13661837.

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

Color convert

RGB141118208-
CMYK0.320.4300.18
HSL255.33º48.91%63.92%-
HSV(B)255.33º43.27%81.57%-
XYZ28.8523.1762.63-
YUV135.14169.12132.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.19%
GREEN value IS 118 (46.48% from 255) = 25.27%
BLUE value IS 208 (81.64% from 255) = 44.54%
R=30.19%
G=25.27%
B=44.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1411182080.320.4300.18255.3348.9163.92
Hex8D76D0202B012ff3140
Octal215166320405302237761100
Binary10001101111011011010000100000101011010010111111111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D76D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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