Html Css Color HEX #996990 Mountbatten Pink

📋 copy color: '#996990'

red 153 ◦ green 105 ◦ blue 144

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

Shades of Mountbatten Pink #996990

Tints of Mountbatten Pink #996990

RGB

 RED value IS 153 (60.16% from 255) = 38.06%

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

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

R = 38.06%
G = 26.12%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#996990 (or 0x996990) is known color: Mountbatten Pink. HEX triplet: 99, 69 and 90. RGB value is (153,105,144). Sum of RGB (Red+Green+Blue) = 153+105+144=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #996990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996990 is #66966F. Grayscale: #7B7B7B. Windows color (decimal): -6723184 or 9464217. OLE color: 9464217.

HSL color Cylindrical-coordinate representation of color #996990: hue angle of 311.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #996990 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 105 144 -
CMYK 0 0.31 0.06 0.4
HSL 311.25º 0.19% 0.51% -
HSV(B) 311.25º 0.31% 0.6% -
XYZ 23.22 18.89 28.81 -
YUV 123.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 153 105 144 0 0.31 0.06 0.4 311.25 0.19 0.51
Hex 99 69 90 0 1F 6 28 137 13 33
Octal 231 151 220 0 37 6 50 467 23 63
Binary 10011001 1101001 10010000 0 11111 110 101000 100110111 10011 110011

Color Harmonies of #996990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996990

Black with #996990

Text Example


Text Example

White with #996990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996990; }

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

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

background-color css

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

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

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

border-color css

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

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

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