#845CCA

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

Shades of True V #845CCA

Tints of True V #845CCA

Color information

#845CCA (or 0x845CCA) is unknown color: approx True V. HEX triplet: 84, 5C and CA. RGB value is (132,92,202). Sum of RGB (Red+Green+Blue) = 132+92+202=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #845CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845CCA is #7BA335. Grayscale: #747474. Windows color (decimal): -8102710 or 13261956. OLE color: 13261956.

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

Color convert

RGB13292202-
CMYK0.350.5400.21
HSL261.82º50.93%57.65%-
HSV(B)261.82º54.46%79.22%-
XYZ2416.8257.86-
YUV116.5176.25139.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.99%
GREEN value IS 92 (36.33% from 255) = 21.60%
BLUE value IS 202 (79.30% from 255) = 47.42%
R=30.99%
G=21.60%
B=47.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal132922020.350.5400.21261.8250.9357.65
Hex845CCA2336015106333a
Octal20413431243660254066372
Binary10000100101110011001010100011110110010101100000110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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