#8D71CA

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

Shades of True V #8D71CA

Tints of True V #8D71CA

Color information

#8D71CA (or 0x8D71CA) is unknown color: approx True V. HEX triplet: 8D, 71 and CA. RGB value is (141,113,202). Sum of RGB (Red+Green+Blue) = 141+113+202=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D71CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D71CA is #728E35. Grayscale: #838383. Windows color (decimal): -7507510 or 13267341. OLE color: 13267341.

HSL color Cylindrical-coordinate representation of color #8D71CA: hue angle of 258.88º degrees, saturation: 0.46, 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 #8D71CA is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB141113202-
CMYK0.300.4400.21
HSL258.88º45.64%61.76%-
HSV(B)258.88º44.06%79.22%-
XYZ27.5521.7458.62-
YUV131.52167.78134.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.92%
GREEN value IS 113 (44.53% from 255) = 24.78%
BLUE value IS 202 (79.30% from 255) = 44.30%
R=30.92%
G=24.78%
B=44.30%

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
Decimal1411132020.300.4400.21258.8845.6461.76
Hex8D71CA1E2C0151032e3e
Octal21516131236540254035676
Binary1000110111100011100101011110101100010101100000011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D71CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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