Html Css Color HEX #846AB9 True V

📋 copy color: '#846AB9'

red 132 ◦ green 106 ◦ blue 185

#846AB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #846AB9

Tints of True V #846AB9

RGB

 RED value IS 132 (51.95% from 255) = 31.21%

 GREEN value IS 106 (41.8% from 255) = 25.06%

 BLUE value IS 185 (72.66% from 255) = 43.74%

R = 31.21%
G = 25.06%
B = 43.74%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#846AB9 (or 0x846AB9) is known color: True V. HEX triplet: 84, 6A and B9. RGB value is (132,106,185). Sum of RGB (Red+Green+Blue) = 132+106+185=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 185 - color contains mainly: blue. Hex color #846AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846AB9 is #7B9546. Grayscale: #7A7A7A. Windows color (decimal): -8099143 or 12151428. OLE color: 12151428.

HSL color Cylindrical-coordinate representation of color #846AB9: hue angle of 259.75º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #846AB9 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 106 185 -
CMYK 0.29 0.43 0 0.27
HSL 259.75º 0.36% 0.57% -
HSV(B) 259.75º 0.43% 0.73% -
XYZ 23.43 18.72 48.28 -
YUV 122.78 163.11 134.58 -
System Red Green Blue C M Y K H S L
Decimal 132 106 185 0.29 0.43 0 0.27 259.75 0.36 0.57
Hex 84 6A B9 1D 2B 0 1B 104 24 39
Octal 204 152 271 35 53 0 33 404 44 71
Binary 10000100 1101010 10111001 11101 101011 0 11011 100000100 100100 111001

Color Harmonies of #846AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846AB9

Black with #846AB9

Text Example


Text Example

White with #846AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #846AB9;
 }
 .AnyTagClassName
 {
   color: #846AB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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