#8C72BE

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

Shades of True V #8C72BE

Tints of True V #8C72BE

Color information

#8C72BE (or 0x8C72BE) is unknown color: approx True V. HEX triplet: 8C, 72 and BE. RGB value is (140,114,190). Sum of RGB (Red+Green+Blue) = 140+114+190=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C72BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C72BE is #738D41. Grayscale: #828282. Windows color (decimal): -7572802 or 12481164. OLE color: 12481164.

HSL color Cylindrical-coordinate representation of color #8C72BE: hue angle of 260.53º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C72BE is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB140114190-
CMYK0.260.4000.25
HSL260.53º36.89%59.61%-
HSV(B)260.53º40%74.51%-
XYZ26.1321.3351.45-
YUV130.44161.61134.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.53%
GREEN value IS 114 (44.92% from 255) = 25.68%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=31.53%
G=25.68%
B=42.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401141900.260.4000.25260.5336.8959.61
Hex8C72BE1A28019105253c
Octal21416227632500314054574
Binary1000110011100101011111011010101000011001100000101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C72BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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