#8D72CD

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

Shades of True V #8D72CD

Tints of True V #8D72CD

Color information

#8D72CD (or 0x8D72CD) is unknown color: approx True V. HEX triplet: 8D, 72 and CD. RGB value is (141,114,205). Sum of RGB (Red+Green+Blue) = 141+114+205=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D72CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D72CD is #728D32. Grayscale: #848484. Windows color (decimal): -7507251 or 13464205. OLE color: 13464205.

HSL color Cylindrical-coordinate representation of color #8D72CD: hue angle of 257.8º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D72CD is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB141114205-
CMYK0.310.4400.20
HSL257.8º47.64%62.55%-
HSV(B)257.8º44.39%80.39%-
XYZ28.0222.1160.55-
YUV132.45168.95134.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.65%
GREEN value IS 114 (44.92% from 255) = 24.78%
BLUE value IS 205 (80.47% from 255) = 44.57%
R=30.65%
G=24.78%
B=44.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411142050.310.4400.20257.847.6462.55
Hex8D72CD1F2C014102303f
Octal21516231537540244026077
Binary1000110111100101100110111111101100010100100000010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D72CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,114,205); }

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

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

 a { background-color: rgb(141,114,205); }

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

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

 span { border-color: rgb(141,114,205); }

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