Html Css Color HEX #967693 Mountbatten Pink

📋 copy color: '#967693'

red 150 ◦ green 118 ◦ blue 147

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

Shades of Mountbatten Pink #967693

Tints of Mountbatten Pink #967693

RGB

 RED value IS 150 (58.98% from 255) = 36.14%

 GREEN value IS 118 (46.48% from 255) = 28.43%

 BLUE value IS 147 (57.81% from 255) = 35.42%

R = 36.14%
G = 28.43%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#967693 (or 0x967693) is known color: Mountbatten Pink. HEX triplet: 96, 76 and 93. RGB value is (150,118,147). Sum of RGB (Red+Green+Blue) = 150+118+147=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 150 - color contains mainly: red. Hex color #967693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967693 is #69896C. Grayscale: #828282. Windows color (decimal): -6916461 or 9664150. OLE color: 9664150.

HSL color Cylindrical-coordinate representation of color #967693: hue angle of 305.62º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #967693 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 118 147 -
CMYK 0 0.21 0.02 0.41
HSL 305.63º 0.13% 0.53% -
HSV(B) 305.63º 0.21% 0.59% -
XYZ 24.32 21.55 30.48 -
YUV 130.87 137.1 141.64 -
System Red Green Blue C M Y K H S L
Decimal 150 118 147 0 0.21 0.02 0.41 305.63 0.13 0.53
Hex 96 76 93 0 15 2 29 132 D 35
Octal 226 166 223 0 25 2 51 462 15 65
Binary 10010110 1110110 10010011 0 10101 10 101001 100110010 1101 110101

Color Harmonies of #967693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967693

Black with #967693

Text Example


Text Example

White with #967693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967693; }

 p { color: rgb(150,118,147); }

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

background-color css

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

 a { background-color: rgb(150,118,147); }

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

border-color css

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

 span { border-color: rgb(150,118,147); }

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