#8D71CF

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

Shades of True V #8D71CF

Tints of True V #8D71CF

Color information

#8D71CF (or 0x8D71CF) is unknown color: approx True V. HEX triplet: 8D, 71 and CF. RGB value is (141,113,207). Sum of RGB (Red+Green+Blue) = 141+113+207=461 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.59% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D71CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D71CF is #728E30. Grayscale: #838383. Windows color (decimal): -7507505 or 13595021. OLE color: 13595021.

HSL color Cylindrical-coordinate representation of color #8D71CF: hue angle of 257.87º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8D71CF is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB141113207-
CMYK0.320.4500.19
HSL257.87º49.47%62.75%-
HSV(B)257.87º45.41%81.18%-
XYZ28.1521.9861.79-
YUV132.09170.28134.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.59%
GREEN value IS 113 (44.53% from 255) = 24.51%
BLUE value IS 207 (81.25% from 255) = 44.90%
R=30.59%
G=24.51%
B=44.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1411132070.320.4500.19257.8749.4762.75
Hex8D71CF202D013102313f
Octal21516131740550234026177
Binary10001101111000111001111100000101101010011100000010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D71CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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