Html Css Color HEX #9B6278 Mauve Taupe

📋 copy color: '#9B6278'

red 155 ◦ green 98 ◦ blue 120

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

Shades of Mauve Taupe #9B6278

Tints of Mauve Taupe #9B6278

RGB

 RED value IS 155 (60.94% from 255) = 41.55%

 GREEN value IS 98 (38.67% from 255) = 26.27%

 BLUE value IS 120 (47.27% from 255) = 32.17%

R = 41.55%
G = 26.27%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B6278 (or 0x9B6278) is known color: Mauve Taupe. HEX triplet: 9B, 62 and 78. RGB value is (155,98,120). Sum of RGB (Red+Green+Blue) = 155+98+120=373 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.55% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6278 is #649D87. Grayscale: #757575. Windows color (decimal): -6593928 or 7889563. OLE color: 7889563.

HSL color Cylindrical-coordinate representation of color #9B6278: hue angle of 336.84º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B6278 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 98 120 -
CMYK 0 0.37 0.23 0.39
HSL 336.84º 0.23% 0.5% -
HSV(B) 336.84º 0.37% 0.61% -
XYZ 21.28 17.06 19.94 -
YUV 117.55 129.38 154.71 -
System Red Green Blue C M Y K H S L
Decimal 155 98 120 0 0.37 0.23 0.39 336.84 0.23 0.5
Hex 9B 62 78 0 25 17 27 151 17 32
Octal 233 142 170 0 45 27 47 521 27 62
Binary 10011011 1100010 1111000 0 100101 10111 100111 101010001 10111 110010

Color Harmonies of #9B6278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6278

Black with #9B6278

Text Example


Text Example

White with #9B6278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B6278; }

 p { color: rgb(155,98,120); }

 H1.HeaderClassName
 {
   color: #9B6278;
 }
 .AnyTagClassName
 {
   color: #9B6278;
 }
</style>

background-color css

<style>
 a { background-color: #9B6278; }

 a { background-color: rgb(155,98,120); }

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

border-color css

<style>
 span { border-color: #9B6278; }

 span { border-color: rgb(155,98,120); }

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