Html Css Color HEX #9682B1 Purple Mountain's Majesty

📋 copy color: '#9682B1'

red 150 ◦ green 130 ◦ blue 177

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

Shades of Purple Mountain's Majesty #9682B1

Tints of Purple Mountain's Majesty #9682B1

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.45%

 BLUE value IS 177 (69.53% from 255) = 38.73%

R = 32.82%
G = 28.45%
B = 38.73%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9682B1 (or 0x9682B1) is known color: Purple Mountain's Majesty. HEX triplet: 96, 82 and B1. RGB value is (150,130,177). Sum of RGB (Red+Green+Blue) = 150+130+177=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 177 - color contains mainly: blue. Hex color #9682B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9682B1 is #697D4E. Grayscale: #8D8D8D. Windows color (decimal): -6913359 or 11633302. OLE color: 11633302.

HSL color Cylindrical-coordinate representation of color #9682B1: hue angle of 265.53º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9682B1 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 130 177 -
CMYK 0.15 0.27 0 0.31
HSL 265.53º 0.23% 0.6% -
HSV(B) 265.53º 0.27% 0.69% -
XYZ 28.5 25.62 45.04 -
YUV 141.34 148.13 134.18 -
System Red Green Blue C M Y K H S L
Decimal 150 130 177 0.15 0.27 0 0.31 265.53 0.23 0.6
Hex 96 82 B1 F 1B 0 1F 10A 17 3C
Octal 226 202 261 17 33 0 37 412 27 74
Binary 10010110 10000010 10110001 1111 11011 0 11111 100001010 10111 111100

Color Harmonies of #9682B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9682B1

Black with #9682B1

Text Example


Text Example

White with #9682B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9682B1; }

 p { color: rgb(150,130,177); }

 H1.HeaderClassName
 {
   color: #9682B1;
 }
 .AnyTagClassName
 {
   color: #9682B1;
 }
</style>

background-color css

<style>
 a { background-color: #9682B1; }

 a { background-color: rgb(150,130,177); }

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

border-color css

<style>
 span { border-color: #9682B1; }

 span { border-color: rgb(150,130,177); }

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