#846AD0

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

Shades of True V #846AD0

Tints of True V #846AD0

Color information

#846AD0 (or 0x846AD0) is unknown color: approx True V. HEX triplet: 84, 6A and D0. RGB value is (132,106,208). Sum of RGB (Red+Green+Blue) = 132+106+208=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 208 (81.64% from 255 or 46.64% from 446); Max value from RGB is 208 - color contains mainly: blue. Hex color #846AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846AD0 is #7B952F. Grayscale: #7D7D7D. Windows color (decimal): -8099120 or 13658756. OLE color: 13658756.

HSL color Cylindrical-coordinate representation of color #846AD0: hue angle of 255.29º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #846AD0 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB132106208-
CMYK0.370.4900.18
HSL255.29º52.04%61.57%-
HSV(B)255.29º49.04%81.57%-
XYZ26.0519.7762.12-
YUV125.4174.61132.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.60%
GREEN value IS 106 (41.80% from 255) = 23.77%
BLUE value IS 208 (81.64% from 255) = 46.64%
R=29.60%
G=23.77%
B=46.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1321062080.370.4900.18255.2952.0461.57
Hex846AD02531012ff343e
Octal20415232045610223776476
Binary1000010011010101101000010010111000101001011111111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,106,208); }

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

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

 a { background-color: rgb(132,106,208); }

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

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

 span { border-color: rgb(132,106,208); }

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