Html Css Color HEX #94768F Mountbatten Pink

📋 copy color: '#94768F'

red 148 ◦ green 118 ◦ blue 143

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

Shades of Mountbatten Pink #94768F

Tints of Mountbatten Pink #94768F

RGB

 RED value IS 148 (58.2% from 255) = 36.19%

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

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

R = 36.19%
G = 28.85%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#94768F (or 0x94768F) is known color: Mountbatten Pink. HEX triplet: 94, 76 and 8F. RGB value is (148,118,143). Sum of RGB (Red+Green+Blue) = 148+118+143=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 148 - color contains mainly: red. Hex color #94768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94768F is #6B8970. Grayscale: #818181. Windows color (decimal): -7047537 or 9402004. OLE color: 9402004.

HSL color Cylindrical-coordinate representation of color #94768F: hue angle of 310º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94768F is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 118 143 -
CMYK 0 0.20 0.03 0.42
HSL 310º 0.12% 0.52% -
HSV(B) 310º 0.2% 0.58% -
XYZ 23.65 21.24 28.84 -
YUV 129.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 148 118 143 0 0.20 0.03 0.42 310 0.12 0.52
Hex 94 76 8F 0 14 3 2A 136 C 34
Octal 224 166 217 0 24 3 52 466 14 64
Binary 10010100 1110110 10001111 0 10100 11 101010 100110110 1100 110100

Color Harmonies of #94768F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94768F

Black with #94768F

Text Example


Text Example

White with #94768F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94768F; }

 p { color: rgb(148,118,143); }

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

background-color css

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

 a { background-color: rgb(148,118,143); }

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

border-color css

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

 span { border-color: rgb(148,118,143); }

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