#845ACA

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

Shades of True V #845ACA

Tints of True V #845ACA

Color information

#845ACA (or 0x845ACA) is unknown color: approx True V. HEX triplet: 84, 5A and CA. RGB value is (132,90,202). Sum of RGB (Red+Green+Blue) = 132+90+202=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #845ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845ACA is #7BA535. Grayscale: #727272. Windows color (decimal): -8103222 or 13261444. OLE color: 13261444.

HSL color Cylindrical-coordinate representation of color #845ACA: hue angle of 262.5º 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 #845ACA is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13290202-
CMYK0.350.5500.21
HSL262.5º51.38%57.25%-
HSV(B)262.5º55.45%79.22%-
XYZ23.8316.4857.8-
YUV115.33176.91139.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.13%
GREEN value IS 90 (35.55% from 255) = 21.23%
BLUE value IS 202 (79.30% from 255) = 47.64%
R=31.13%
G=21.23%
B=47.64%

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
Decimal132902020.350.5500.21262.551.3857.25
Hex845ACA23370151063339
Octal20413231243670254066371
Binary10000100101101011001010100011110111010101100000110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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