#8d71c9

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

Shades of True V #8D71C9

Tints of True V #8D71C9

Color information

#8D71C9 (or 0x8D71C9) is unknown color: approx True V. HEX triplet: 8D, 71 and C9. RGB value is (141,113,201). Sum of RGB (Red+Green+Blue) = 141+113+201=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 201 - color contains mainly: blue. Hex color #8D71C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D71C9 is #728E36. Grayscale: #838383. Windows color (decimal): -7507511 or 13201805. OLE color: 13201805.

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

Color convert

RGB141113201-
CMYK0.300.4400.21
HSL259.09º44.9%61.57%-
HSV(B)259.09º43.78%78.82%-
XYZ27.4321.6958-
YUV131.4167.28134.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.99%
GREEN value IS 113 (44.53% from 255) = 24.84%
BLUE value IS 201 (78.91% from 255) = 44.18%
R=30.99%
G=24.84%
B=44.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1411132010.300.4400.21259.0944.961.57
Hex8D71C91E2C0151032d3e
Octal21516131136540254035576
Binary1000110111100011100100111110101100010101100000011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d71c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,113,201); }

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

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

 a { background-color: rgb(141,113,201); }

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

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

 span { border-color: rgb(141,113,201); }

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