Html Css Color HEX #9B6790 Mountbatten Pink

📋 copy color: '#9B6790'

red 155 ◦ green 103 ◦ blue 144

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

Shades of Mountbatten Pink #9B6790

Tints of Mountbatten Pink #9B6790

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.62%

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

R = 38.56%
G = 25.62%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#9B6790 (or 0x9B6790) is known color: Mountbatten Pink. HEX triplet: 9B, 67 and 90. RGB value is (155,103,144). Sum of RGB (Red+Green+Blue) = 155+103+144=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6790 is #64986F. Grayscale: #7B7B7B. Windows color (decimal): -6592624 or 9463707. OLE color: 9463707.

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

Color convert

RGB 155 103 144 -
CMYK 0 0.34 0.07 0.39
HSL 312.69º 0.21% 0.51% -
HSV(B) 312.69º 0.34% 0.61% -
XYZ 23.4 18.68 28.76 -
YUV 123.22 139.73 150.67 -
System Red Green Blue C M Y K H S L
Decimal 155 103 144 0 0.34 0.07 0.39 312.69 0.21 0.51
Hex 9B 67 90 0 22 7 27 139 15 33
Octal 233 147 220 0 42 7 47 471 25 63
Binary 10011011 1100111 10010000 0 100010 111 100111 100111001 10101 110011

Color Harmonies of #9B6790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6790

Black with #9B6790

Text Example


Text Example

White with #9B6790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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