Html Css Color HEX #9B6990 Mountbatten Pink

📋 copy color: '#9B6990'

red 155 ◦ green 105 ◦ blue 144

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

Shades of Mountbatten Pink #9B6990

Tints of Mountbatten Pink #9B6990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.99%

 BLUE value IS 144 (56.64% from 255) = 35.64%

R = 38.37%
G = 25.99%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#9B6990 (or 0x9B6990) is known color: Mountbatten Pink. HEX triplet: 9B, 69 and 90. RGB value is (155,105,144). Sum of RGB (Red+Green+Blue) = 155+105+144=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6990 is #64966F. Grayscale: #7C7C7C. Windows color (decimal): -6592112 or 9464219. OLE color: 9464219.

HSL color Cylindrical-coordinate representation of color #9B6990: hue angle of 313.2º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B6990 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 105 144 -
CMYK 0 0.32 0.07 0.39
HSL 313.2º 0.2% 0.51% -
HSV(B) 313.2º 0.32% 0.61% -
XYZ 23.6 19.09 28.83 -
YUV 124.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 155 105 144 0 0.32 0.07 0.39 313.2 0.2 0.51
Hex 9B 69 90 0 20 7 27 139 14 33
Octal 233 151 220 0 40 7 47 471 24 63
Binary 10011011 1101001 10010000 0 100000 111 100111 100111001 10100 110011

Color Harmonies of #9B6990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6990

Black with #9B6990

Text Example


Text Example

White with #9B6990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,105,144); }

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

background-color css

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

 a { background-color: rgb(155,105,144); }

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

border-color css

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

 span { border-color: rgb(155,105,144); }

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