#8C73CF

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

Shades of True V #8C73CF

Tints of True V #8C73CF

Color information

#8C73CF (or 0x8C73CF) is unknown color: approx True V. HEX triplet: 8C, 73 and CF. RGB value is (140,115,207). Sum of RGB (Red+Green+Blue) = 140+115+207=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C73CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C73CF is #738C30. Grayscale: #848484. Windows color (decimal): -7572529 or 13595532. OLE color: 13595532.

HSL color Cylindrical-coordinate representation of color #8C73CF: hue angle of 256.3º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C73CF is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB140115207-
CMYK0.320.4400.19
HSL256.3º48.94%63.14%-
HSV(B)256.3º44.44%81.18%-
XYZ28.2122.3461.86-
YUV132.96169.78133.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.30%
GREEN value IS 115 (45.31% from 255) = 24.89%
BLUE value IS 207 (81.25% from 255) = 44.81%
R=30.30%
G=24.89%
B=44.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1401152070.320.4400.19256.348.9463.14
Hex8C73CF202C013100313f
Octal21416331740540234006177
Binary10001100111001111001111100000101100010011100000000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C73CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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