#845BC8

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

Shades of True V #845BC8

Tints of True V #845BC8

Color information

#845BC8 (or 0x845BC8) is unknown color: approx True V. HEX triplet: 84, 5B and C8. RGB value is (132,91,200). Sum of RGB (Red+Green+Blue) = 132+91+200=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 200 (78.52% from 255 or 47.28% from 423); Max value from RGB is 200 - color contains mainly: blue. Hex color #845BC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845BC8 is #7BA437. Grayscale: #737373. Windows color (decimal): -8102968 or 13130628. OLE color: 13130628.

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

Color convert

RGB13291200-
CMYK0.340.5400.22
HSL262.57º49.77%57.06%-
HSV(B)262.57º54.5%78.43%-
XYZ23.6816.5656.59-
YUV115.68175.58139.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.21%
GREEN value IS 91 (35.94% from 255) = 21.51%
BLUE value IS 200 (78.52% from 255) = 47.28%
R=31.21%
G=21.51%
B=47.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal132912000.340.5400.22262.5749.7757.06
Hex845BC822360161073239
Octal20413331042660264076271
Binary10000100101101111001000100010110110010110100000111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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