#845BCA

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

Shades of True V #845BCA

Tints of True V #845BCA

Color information

#845BCA (or 0x845BCA) is unknown color: approx True V. HEX triplet: 84, 5B and CA. RGB value is (132,91,202). Sum of RGB (Red+Green+Blue) = 132+91+202=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #845BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845BCA is #7BA435. Grayscale: #737373. Windows color (decimal): -8102966 or 13261700. OLE color: 13261700.

HSL color Cylindrical-coordinate representation of color #845BCA: hue angle of 262.16º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #845BCA is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13291202-
CMYK0.350.5500.21
HSL262.16º51.15%57.45%-
HSV(B)262.16º54.95%79.22%-
XYZ23.9216.6557.83-
YUV115.91176.58139.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.06%
GREEN value IS 91 (35.94% from 255) = 21.41%
BLUE value IS 202 (79.30% from 255) = 47.53%
R=31.06%
G=21.41%
B=47.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal132912020.350.5500.21262.1651.1557.45
Hex845BCA23370151063339
Octal20413331243670254066371
Binary10000100101101111001010100011110111010101100000110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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