Html Css Color HEX #9C7594 Mountbatten Pink

📋 copy color: '#9C7594'

red 156 ◦ green 117 ◦ blue 148

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

Shades of Mountbatten Pink #9C7594

Tints of Mountbatten Pink #9C7594

RGB

 RED value IS 156 (61.33% from 255) = 37.05%

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

 BLUE value IS 148 (58.2% from 255) = 35.15%

R = 37.05%
G = 27.79%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#9C7594 (or 0x9C7594) is known color: Mountbatten Pink. HEX triplet: 9C, 75 and 94. RGB value is (156,117,148). Sum of RGB (Red+Green+Blue) = 156+117+148=421 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.05% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7594 is #638A6B. Grayscale: #848484. Windows color (decimal): -6523500 or 9729436. OLE color: 9729436.

HSL color Cylindrical-coordinate representation of color #9C7594: hue angle of 312.31º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9C7594 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 117 148 -
CMYK 0 0.25 0.05 0.39
HSL 312.31º 0.16% 0.54% -
HSV(B) 312.31º 0.25% 0.61% -
XYZ 25.42 21.93 30.91 -
YUV 132.2 136.92 144.98 -
System Red Green Blue C M Y K H S L
Decimal 156 117 148 0 0.25 0.05 0.39 312.31 0.16 0.54
Hex 9C 75 94 0 19 5 27 138 10 36
Octal 234 165 224 0 31 5 47 470 20 66
Binary 10011100 1110101 10010100 0 11001 101 100111 100111000 10000 110110

Color Harmonies of #9C7594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7594

Black with #9C7594

Text Example


Text Example

White with #9C7594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C7594; }

 p { color: rgb(156,117,148); }

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

background-color css

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

 a { background-color: rgb(156,117,148); }

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

border-color css

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

 span { border-color: rgb(156,117,148); }

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