#845BC6

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

Shades of True V #845BC6

Tints of True V #845BC6

Color information

#845BC6 (or 0x845BC6) is unknown color: approx True V. HEX triplet: 84, 5B and C6. RGB value is (132,91,198). Sum of RGB (Red+Green+Blue) = 132+91+198=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 198 (77.73% from 255 or 47.03% from 421); Max value from RGB is 198 - color contains mainly: blue. Hex color #845BC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845BC6 is #7BA439. Grayscale: #737373. Windows color (decimal): -8102970 or 12999556. OLE color: 12999556.

HSL color Cylindrical-coordinate representation of color #845BC6: hue angle of 262.99º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #845BC6 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13291198-
CMYK0.330.5400.22
HSL262.99º48.42%56.67%-
HSV(B)262.99º54.04%77.65%-
XYZ23.4516.4655.37-
YUV115.46174.58139.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.35%
GREEN value IS 91 (35.94% from 255) = 21.62%
BLUE value IS 198 (77.73% from 255) = 47.03%
R=31.35%
G=21.62%
B=47.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal132911980.330.5400.22262.9948.4256.67
Hex845BC621360161073039
Octal20413330641660264076071
Binary10000100101101111000110100001110110010110100000111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845BC6; }

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

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

<style>
 a { background-color: #845BC6; }

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

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

<style>
 span { border-color: #845BC6; }

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

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