Html Css Color HEX #9B6A8F Mountbatten Pink

📋 copy color: '#9B6A8F'

red 155 ◦ green 106 ◦ blue 143

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

Shades of Mountbatten Pink #9B6A8F

Tints of Mountbatten Pink #9B6A8F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.24%

 BLUE value IS 143 (56.25% from 255) = 35.4%

R = 38.37%
G = 26.24%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B6A8F (or 0x9B6A8F) is known color: Mountbatten Pink. HEX triplet: 9B, 6A and 8F. RGB value is (155,106,143). Sum of RGB (Red+Green+Blue) = 155+106+143=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6A8F is #649570. Grayscale: #7C7C7C. Windows color (decimal): -6591857 or 9398939. OLE color: 9398939.

HSL color Cylindrical-coordinate representation of color #9B6A8F: hue angle of 314.69º 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 #9B6A8F is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 106 143 -
CMYK 0 0.32 0.08 0.39
HSL 314.69º 0.2% 0.51% -
HSV(B) 314.69º 0.32% 0.61% -
XYZ 23.63 19.26 28.46 -
YUV 124.87 138.23 149.49 -
System Red Green Blue C M Y K H S L
Decimal 155 106 143 0 0.32 0.08 0.39 314.69 0.2 0.51
Hex 9B 6A 8F 0 20 8 27 13B 14 33
Octal 233 152 217 0 40 10 47 473 24 63
Binary 10011011 1101010 10001111 0 100000 1000 100111 100111011 10100 110011

Color Harmonies of #9B6A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6A8F

Black with #9B6A8F

Text Example


Text Example

White with #9B6A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,106,143); }

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

background-color css

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

 a { background-color: rgb(155,106,143); }

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

border-color css

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

 span { border-color: rgb(155,106,143); }

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