Html Css Color HEX #927590 Mountbatten Pink

📋 copy color: '#927590'

red 146 ◦ green 117 ◦ blue 144

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

Shades of Mountbatten Pink #927590

Tints of Mountbatten Pink #927590

RGB

 RED value IS 146 (57.42% from 255) = 35.87%

 GREEN value IS 117 (46.09% from 255) = 28.75%

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

R = 35.87%
G = 28.75%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#927590 (or 0x927590) is known color: Mountbatten Pink. HEX triplet: 92, 75 and 90. RGB value is (146,117,144). Sum of RGB (Red+Green+Blue) = 146+117+144=407 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.87% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 146 - color contains mainly: red. Hex color #927590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927590 is #6D8A6F. Grayscale: #808080. Windows color (decimal): -7178864 or 9467282. OLE color: 9467282.

HSL color Cylindrical-coordinate representation of color #927590: hue angle of 304.14º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #927590 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 117 144 -
CMYK 0 0.20 0.01 0.43
HSL 304.14º 0.12% 0.52% -
HSV(B) 304.14º 0.2% 0.57% -
XYZ 23.25 20.85 29.18 -
YUV 128.75 136.61 140.3 -
System Red Green Blue C M Y K H S L
Decimal 146 117 144 0 0.20 0.01 0.43 304.14 0.12 0.52
Hex 92 75 90 0 14 1 2B 130 C 34
Octal 222 165 220 0 24 1 53 460 14 64
Binary 10010010 1110101 10010000 0 10100 1 101011 100110000 1100 110100

Color Harmonies of #927590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927590

Black with #927590

Text Example


Text Example

White with #927590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927590; }

 p { color: rgb(146,117,144); }

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

background-color css

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

 a { background-color: rgb(146,117,144); }

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

border-color css

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

 span { border-color: rgb(146,117,144); }

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