Html Css Color HEX #9B6D92 Mountbatten Pink

📋 copy color: '#9B6D92'

red 155 ◦ green 109 ◦ blue 146

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

Shades of Mountbatten Pink #9B6D92

Tints of Mountbatten Pink #9B6D92

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.59%

 BLUE value IS 146 (57.42% from 255) = 35.61%

R = 37.8%
G = 26.59%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9B6D92 (or 0x9B6D92) is known color: Mountbatten Pink. HEX triplet: 9B, 6D and 92. RGB value is (155,109,146). Sum of RGB (Red+Green+Blue) = 155+109+146=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6D92 is #64926D. Grayscale: #7E7E7E. Windows color (decimal): -6591086 or 9596315. OLE color: 9596315.

HSL color Cylindrical-coordinate representation of color #9B6D92: hue angle of 311.74º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B6D92 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 109 146 -
CMYK 0 0.30 0.06 0.39
HSL 311.74º 0.19% 0.52% -
HSV(B) 311.74º 0.3% 0.61% -
XYZ 24.17 19.98 29.78 -
YUV 126.97 138.74 147.99 -
System Red Green Blue C M Y K H S L
Decimal 155 109 146 0 0.30 0.06 0.39 311.74 0.19 0.52
Hex 9B 6D 92 0 1E 6 27 138 13 34
Octal 233 155 222 0 36 6 47 470 23 64
Binary 10011011 1101101 10010010 0 11110 110 100111 100111000 10011 110100

Color Harmonies of #9B6D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6D92

Black with #9B6D92

Text Example


Text Example

White with #9B6D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,109,146); }

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

background-color css

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

 a { background-color: rgb(155,109,146); }

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

border-color css

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

 span { border-color: rgb(155,109,146); }

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