Html Css Color HEX #9B6E90 Mountbatten Pink

📋 copy color: '#9B6E90'

red 155 ◦ green 110 ◦ blue 144

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

Shades of Mountbatten Pink #9B6E90

Tints of Mountbatten Pink #9B6E90

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.89%

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

R = 37.9%
G = 26.89%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#9B6E90 (or 0x9B6E90) is known color: Mountbatten Pink. HEX triplet: 9B, 6E and 90. RGB value is (155,110,144). Sum of RGB (Red+Green+Blue) = 155+110+144=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6E90 is #64916F. Grayscale: #7F7F7F. Windows color (decimal): -6590832 or 9465499. OLE color: 9465499.

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

Color convert

RGB 155 110 144 -
CMYK 0 0.29 0.07 0.39
HSL 314.67º 0.18% 0.52% -
HSV(B) 314.67º 0.29% 0.61% -
XYZ 24.13 20.13 29 -
YUV 127.33 137.41 147.74 -
System Red Green Blue C M Y K H S L
Decimal 155 110 144 0 0.29 0.07 0.39 314.67 0.18 0.52
Hex 9B 6E 90 0 1D 7 27 13B 12 34
Octal 233 156 220 0 35 7 47 473 22 64
Binary 10011011 1101110 10010000 0 11101 111 100111 100111011 10010 110100

Color Harmonies of #9B6E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6E90

Black with #9B6E90

Text Example


Text Example

White with #9B6E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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