#8C73C0

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

Shades of True V #8C73C0

Tints of True V #8C73C0

Color information

#8C73C0 (or 0x8C73C0) is unknown color: approx True V. HEX triplet: 8C, 73 and C0. RGB value is (140,115,192). Sum of RGB (Red+Green+Blue) = 140+115+192=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 192 - color contains mainly: blue. Hex color #8C73C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C73C0 is #738C3F. Grayscale: #828282. Windows color (decimal): -7572544 or 12612492. OLE color: 12612492.

HSL color Cylindrical-coordinate representation of color #8C73C0: hue angle of 259.48º degrees, saturation: 0.38, 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 #8C73C0 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB140115192-
CMYK0.270.4000.25
HSL259.48º37.93%60.2%-
HSV(B)259.48º40.1%75.29%-
XYZ26.4621.6452.65-
YUV131.25162.28134.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.32%
GREEN value IS 115 (45.31% from 255) = 25.73%
BLUE value IS 192 (75.39% from 255) = 42.95%
R=31.32%
G=25.73%
B=42.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401151920.270.4000.25259.4837.9360.2
Hex8C73C01B28019103263c
Octal21416330033500314034674
Binary1000110011100111100000011011101000011001100000011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C73C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,115,192); }

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

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

 a { background-color: rgb(140,115,192); }

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

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

 span { border-color: rgb(140,115,192); }

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