#8460C6

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

Shades of True V #8460C6

Tints of True V #8460C6

Color information

#8460C6 (or 0x8460C6) is unknown color: approx True V. HEX triplet: 84, 60 and C6. RGB value is (132,96,198). Sum of RGB (Red+Green+Blue) = 132+96+198=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 198 (77.73% from 255 or 46.48% from 426); Max value from RGB is 198 - color contains mainly: blue. Hex color #8460C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8460C6 is #7B9F39. Grayscale: #767676. Windows color (decimal): -8101690 or 13000836. OLE color: 13000836.

HSL color Cylindrical-coordinate representation of color #8460C6: hue angle of 261.18º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8460C6 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13296198-
CMYK0.330.5200.22
HSL261.18º47.22%57.65%-
HSV(B)261.18º51.52%77.65%-
XYZ23.8917.3555.52-
YUV118.39172.93137.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.99%
GREEN value IS 96 (37.89% from 255) = 22.54%
BLUE value IS 198 (77.73% from 255) = 46.48%
R=30.99%
G=22.54%
B=46.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal132961980.330.5200.22261.1847.2257.65
Hex8460C621340161052f3a
Octal20414030641640264055772
Binary10000100110000011000110100001110100010110100000101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8460C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8460C6; }

 p { color: rgb(132,96,198); }

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

<style>
 a { background-color: #8460C6; }

 a { background-color: rgb(132,96,198); }

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

<style>
 span { border-color: #8460C6; }

 span { border-color: rgb(132,96,198); }

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