#846EC1

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

Shades of True V #846EC1

Tints of True V #846EC1

Color information

#846EC1 (or 0x846EC1) is unknown color: approx True V. HEX triplet: 84, 6E and C1. RGB value is (132,110,193). Sum of RGB (Red+Green+Blue) = 132+110+193=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 193 - color contains mainly: blue. Hex color #846EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846EC1 is #7B913E. Grayscale: #7D7D7D. Windows color (decimal): -8098111 or 12676740. OLE color: 12676740.

HSL color Cylindrical-coordinate representation of color #846EC1: hue angle of 255.9º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #846EC1 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB132110193-
CMYK0.320.4300.24
HSL255.9º40.1%59.41%-
HSV(B)255.9º43.01%75.69%-
XYZ24.7219.9152.99-
YUV126.04165.79132.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.34%
GREEN value IS 110 (43.36% from 255) = 25.29%
BLUE value IS 193 (75.78% from 255) = 44.37%
R=30.34%
G=25.29%
B=44.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1321101930.320.4300.24255.940.159.41
Hex846EC1202B018100283b
Octal20415630140530304005073
Binary10000100110111011000001100000101011011000100000000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846EC1; }

 p { color: rgb(132,110,193); }

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

<style>
 a { background-color: #846EC1; }

 a { background-color: rgb(132,110,193); }

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

<style>
 span { border-color: #846EC1; }

 span { border-color: rgb(132,110,193); }

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