#8C72DB

Color #8C72DB Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #8C72DB

Tints of Medium Purple #8C72DB

Color information

#8C72DB (or 0x8C72DB) is unknown color: approx Medium Purple. HEX triplet: 8C, 72 and DB. RGB value is (140,114,219). Sum of RGB (Red+Green+Blue) = 140+114+219=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C72DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C72DB is #738D24. Grayscale: #858585. Windows color (decimal): -7572773 or 14381708. OLE color: 14381708.

HSL color Cylindrical-coordinate representation of color #8C72DB: hue angle of 254.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C72DB is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB140114219-
CMYK0.360.4800.14
HSL254.86º59.32%65.29%-
HSV(B)254.86º47.95%85.88%-
XYZ29.6222.7269.84-
YUV133.74176.11132.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.60%
GREEN value IS 114 (44.92% from 255) = 24.10%
BLUE value IS 219 (85.94% from 255) = 46.30%
R=29.60%
G=24.10%
B=46.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1401142190.360.4800.14254.8659.3265.29
Hex8C72DB24300Eff3b41
Octal214162333446001637773101
Binary1000110011100101101101110010011000001110111111111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C72DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,114,219); }

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

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

 a { background-color: rgb(140,114,219); }

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

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

 span { border-color: rgb(140,114,219); }

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