Html Css Color HEX #9385AB Purple Mountain's Majesty

📋 copy color: '#9385AB'

red 147 ◦ green 133 ◦ blue 171

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

Shades of Purple Mountain's Majesty #9385AB

Tints of Purple Mountain's Majesty #9385AB

RGB

 RED value IS 147 (57.81% from 255) = 32.59%

 GREEN value IS 133 (52.34% from 255) = 29.49%

 BLUE value IS 171 (67.19% from 255) = 37.92%

R = 32.59%
G = 29.49%
B = 37.92%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9385AB (or 0x9385AB) is known color: Purple Mountain's Majesty. HEX triplet: 93, 85 and AB. RGB value is (147,133,171). Sum of RGB (Red+Green+Blue) = 147+133+171=451 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.59% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #9385AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9385AB is #6C7A54. Grayscale: #8D8D8D. Windows color (decimal): -7109205 or 11240851. OLE color: 11240851.

HSL color Cylindrical-coordinate representation of color #9385AB: hue angle of 262.11º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9385AB is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 133 171 -
CMYK 0.14 0.22 0 0.33
HSL 262.11º 0.18% 0.6% -
HSV(B) 262.11º 0.22% 0.67% -
XYZ 27.77 25.92 42.07 -
YUV 141.52 144.64 131.91 -
System Red Green Blue C M Y K H S L
Decimal 147 133 171 0.14 0.22 0 0.33 262.11 0.18 0.6
Hex 93 85 AB E 16 0 21 106 12 3C
Octal 223 205 253 16 26 0 41 406 22 74
Binary 10010011 10000101 10101011 1110 10110 0 100001 100000110 10010 111100

Color Harmonies of #9385AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9385AB

Black with #9385AB

Text Example


Text Example

White with #9385AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9385AB; }

 p { color: rgb(147,133,171); }

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

background-color css

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

 a { background-color: rgb(147,133,171); }

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

border-color css

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

 span { border-color: rgb(147,133,171); }

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