#846ABE

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

Shades of True V #846ABE

Tints of True V #846ABE

Color information

#846ABE (or 0x846ABE) is unknown color: approx True V. HEX triplet: 84, 6A and BE. RGB value is (132,106,190). Sum of RGB (Red+Green+Blue) = 132+106+190=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #846ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846ABE is #7B9541. Grayscale: #7B7B7B. Windows color (decimal): -8099138 or 12479108. OLE color: 12479108.

HSL color Cylindrical-coordinate representation of color #846ABE: hue angle of 258.57º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #846ABE is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132106190-
CMYK0.310.4400.25
HSL258.57º39.25%58.04%-
HSV(B)258.57º44.21%74.51%-
XYZ23.9618.9351.11-
YUV123.35165.61134.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.84%
GREEN value IS 106 (41.80% from 255) = 24.77%
BLUE value IS 190 (74.61% from 255) = 44.39%
R=30.84%
G=24.77%
B=44.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321061900.310.4400.25258.5739.2558.04
Hex846ABE1F2C019103273a
Octal20415227637540314034772
Binary1000010011010101011111011111101100011001100000011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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