#8C72BB

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

Shades of True V #8C72BB

Tints of True V #8C72BB

Color information

#8C72BB (or 0x8C72BB) is unknown color: approx True V. HEX triplet: 8C, 72 and BB. RGB value is (140,114,187). Sum of RGB (Red+Green+Blue) = 140+114+187=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C72BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C72BB is #738D44. Grayscale: #818181. Windows color (decimal): -7572805 or 12284556. OLE color: 12284556.

HSL color Cylindrical-coordinate representation of color #8C72BB: hue angle of 261.37º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C72BB is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB140114187-
CMYK0.250.3900.27
HSL261.37º34.93%59.02%-
HSV(B)261.37º39.04%73.33%-
XYZ25.821.249.75-
YUV130.1160.11135.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.75%
GREEN value IS 114 (44.92% from 255) = 25.85%
BLUE value IS 187 (73.44% from 255) = 42.40%
R=31.75%
G=25.85%
B=42.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401141870.250.3900.27261.3734.9359.02
Hex8C72BB192701B105233b
Octal21416227331470334054373
Binary1000110011100101011101111001100111011011100000101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C72BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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