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

📋 copy color: '#9683AF'

red 150 ◦ green 131 ◦ blue 175

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

Shades of Purple Mountain's Majesty #9683AF

Tints of Purple Mountain's Majesty #9683AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.38%

R = 32.89%
G = 28.73%
B = 38.38%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9683AF (or 0x9683AF) is known color: Purple Mountain's Majesty. HEX triplet: 96, 83 and AF. RGB value is (150,131,175). Sum of RGB (Red+Green+Blue) = 150+131+175=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 175 - color contains mainly: blue. Hex color #9683AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9683AF is #697C50. Grayscale: #8D8D8D. Windows color (decimal): -6913105 or 11502486. OLE color: 11502486.

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

Color convert

RGB 150 131 175 -
CMYK 0.14 0.25 0 0.31
HSL 265.91º 0.22% 0.6% -
HSV(B) 265.91º 0.25% 0.69% -
XYZ 28.43 25.81 44.04 -
YUV 141.7 146.79 133.92 -
System Red Green Blue C M Y K H S L
Decimal 150 131 175 0.14 0.25 0 0.31 265.91 0.22 0.6
Hex 96 83 AF E 19 0 1F 10A 16 3C
Octal 226 203 257 16 31 0 37 412 26 74
Binary 10010110 10000011 10101111 1110 11001 0 11111 100001010 10110 111100

Color Harmonies of #9683AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9683AF

Black with #9683AF

Text Example


Text Example

White with #9683AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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