#8D76CA

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

Shades of True V #8D76CA

Tints of True V #8D76CA

Color information

#8D76CA (or 0x8D76CA) is unknown color: approx True V. HEX triplet: 8D, 76 and CA. RGB value is (141,118,202). Sum of RGB (Red+Green+Blue) = 141+118+202=461 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.59% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D76CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D76CA is #728935. Grayscale: #868686. Windows color (decimal): -7506230 or 13268621. OLE color: 13268621.

HSL color Cylindrical-coordinate representation of color #8D76CA: hue angle of 256.43º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D76CA is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB141118202-
CMYK0.300.4200.21
HSL256.43º44.21%62.75%-
HSV(B)256.43º41.58%79.22%-
XYZ28.1222.8858.81-
YUV134.45166.12132.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.59%
GREEN value IS 118 (46.48% from 255) = 25.60%
BLUE value IS 202 (79.30% from 255) = 43.82%
R=30.59%
G=25.60%
B=43.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1411182020.300.4200.21256.4344.2162.75
Hex8D76CA1E2A0151002c3f
Octal21516631236520254005477
Binary1000110111101101100101011110101010010101100000000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D76CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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