Html Css Color HEX #846A8D Mamba

📋 copy color: '#846A8D'

red 132 ◦ green 106 ◦ blue 141

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

Shades of Mamba #846A8D

Tints of Mamba #846A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.2%

R = 34.83%
G = 27.97%
B = 37.2%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#846A8D (or 0x846A8D) is known color: Mamba. HEX triplet: 84, 6A and 8D. RGB value is (132,106,141). Sum of RGB (Red+Green+Blue) = 132+106+141=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 141 - color contains mainly: blue. Hex color #846A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846A8D is #7B9572. Grayscale: #757575. Windows color (decimal): -8099187 or 9267844. OLE color: 9267844.

HSL color Cylindrical-coordinate representation of color #846A8D: hue angle of 284.57º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #846A8D is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 106 141 -
CMYK 0.06 0.25 0 0.45
HSL 284.57º 0.14% 0.48% -
HSV(B) 284.57º 0.25% 0.55% -
XYZ 19.48 17.14 27.48 -
YUV 117.76 141.11 138.15 -
System Red Green Blue C M Y K H S L
Decimal 132 106 141 0.06 0.25 0 0.45 284.57 0.14 0.48
Hex 84 6A 8D 6 19 0 2D 11D E 30
Octal 204 152 215 6 31 0 55 435 16 60
Binary 10000100 1101010 10001101 110 11001 0 101101 100011101 1110 110000

Color Harmonies of #846A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846A8D

Black with #846A8D

Text Example


Text Example

White with #846A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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