Html Css Color HEX #9683AE Purple Mountain's Majesty

📋 copy color: '#9683AE'

red 150 ◦ green 131 ◦ blue 174

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

Shades of Purple Mountain's Majesty #9683AE

Tints of Purple Mountain's Majesty #9683AE

RGB

 RED value IS 150 (58.98% from 255) = 32.97%

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

 BLUE value IS 174 (68.36% from 255) = 38.24%

R = 32.97%
G = 28.79%
B = 38.24%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9683AE (or 0x9683AE) is known color: Purple Mountain's Majesty. HEX triplet: 96, 83 and AE. RGB value is (150,131,174). Sum of RGB (Red+Green+Blue) = 150+131+174=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 174 - color contains mainly: blue. Hex color #9683AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9683AE is #697C51. Grayscale: #8D8D8D. Windows color (decimal): -6913106 or 11436950. OLE color: 11436950.

HSL color Cylindrical-coordinate representation of color #9683AE: hue angle of 266.51º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9683AE is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 131 174 -
CMYK 0.14 0.25 0 0.32
HSL 266.51º 0.21% 0.6% -
HSV(B) 266.51º 0.25% 0.68% -
XYZ 28.33 25.77 43.53 -
YUV 141.58 146.29 134 -
System Red Green Blue C M Y K H S L
Decimal 150 131 174 0.14 0.25 0 0.32 266.51 0.21 0.6
Hex 96 83 AE E 19 0 20 10B 15 3C
Octal 226 203 256 16 31 0 40 413 25 74
Binary 10010110 10000011 10101110 1110 11001 0 100000 100001011 10101 111100

Color Harmonies of #9683AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9683AE

Black with #9683AE

Text Example


Text Example

White with #9683AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9683AE; }

 p { color: rgb(150,131,174); }

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

background-color css

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

 a { background-color: rgb(150,131,174); }

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

border-color css

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

 span { border-color: rgb(150,131,174); }

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