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

📋 copy color: '#9383AB'

red 147 ◦ green 131 ◦ blue 171

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

Shades of Purple Mountain's Majesty #9383AB

Tints of Purple Mountain's Majesty #9383AB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.18%

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

R = 32.74%
G = 29.18%
B = 38.08%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9383AB (or 0x9383AB) is known color: Purple Mountain's Majesty. HEX triplet: 93, 83 and AB. RGB value is (147,131,171). Sum of RGB (Red+Green+Blue) = 147+131+171=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #9383AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9383AB is #6C7C54. Grayscale: #8C8C8C. Windows color (decimal): -7109717 or 11240339. OLE color: 11240339.

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

Color convert

RGB 147 131 171 -
CMYK 0.14 0.23 0 0.33
HSL 264º 0.19% 0.59% -
HSV(B) 264º 0.23% 0.67% -
XYZ 27.5 25.38 41.98 -
YUV 140.34 145.3 132.75 -
System Red Green Blue C M Y K H S L
Decimal 147 131 171 0.14 0.23 0 0.33 264 0.19 0.59
Hex 93 83 AB E 17 0 21 108 13 3B
Octal 223 203 253 16 27 0 41 410 23 73
Binary 10010011 10000011 10101011 1110 10111 0 100001 100001000 10011 111011

Color Harmonies of #9383AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9383AB

Black with #9383AB

Text Example


Text Example

White with #9383AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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