Html Css Color HEX #946A8C Mountbatten Pink

📋 copy color: '#946A8C'

red 148 ◦ green 106 ◦ blue 140

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

Shades of Mountbatten Pink #946A8C

Tints of Mountbatten Pink #946A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.53%

R = 37.56%
G = 26.9%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#946A8C (or 0x946A8C) is known color: Mountbatten Pink. HEX triplet: 94, 6A and 8C. RGB value is (148,106,140). Sum of RGB (Red+Green+Blue) = 148+106+140=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 148 - color contains mainly: red. Hex color #946A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946A8C is #6B9573. Grayscale: #7A7A7A. Windows color (decimal): -7050612 or 9202324. OLE color: 9202324.

HSL color Cylindrical-coordinate representation of color #946A8C: hue angle of 311.43º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #946A8C is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 106 140 -
CMYK 0 0.28 0.05 0.42
HSL 311.43º 0.17% 0.5% -
HSV(B) 311.43º 0.28% 0.58% -
XYZ 22.1 18.5 27.22 -
YUV 122.43 137.91 146.24 -
System Red Green Blue C M Y K H S L
Decimal 148 106 140 0 0.28 0.05 0.42 311.43 0.17 0.5
Hex 94 6A 8C 0 1C 5 2A 137 11 32
Octal 224 152 214 0 34 5 52 467 21 62
Binary 10010100 1101010 10001100 0 11100 101 101010 100110111 10001 110010

Color Harmonies of #946A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946A8C

Black with #946A8C

Text Example


Text Example

White with #946A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946A8C; }

 p { color: rgb(148,106,140); }

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

background-color css

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

 a { background-color: rgb(148,106,140); }

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

border-color css

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

 span { border-color: rgb(148,106,140); }

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