Html Css Color HEX #9C7FBD Purple Mountain's Majesty

📋 copy color: '#9C7FBD'

red 156 ◦ green 127 ◦ blue 189

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

Shades of Purple Mountain's Majesty #9C7FBD

Tints of Purple Mountain's Majesty #9C7FBD

RGB

 RED value IS 156 (61.33% from 255) = 33.05%

 GREEN value IS 127 (50% from 255) = 26.91%

 BLUE value IS 189 (74.22% from 255) = 40.04%

R = 33.05%
G = 26.91%
B = 40.04%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9C7FBD (or 0x9C7FBD) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 7F and BD. RGB value is (156,127,189). Sum of RGB (Red+Green+Blue) = 156+127+189=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C7FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7FBD is #638042. Grayscale: #8E8E8E. Windows color (decimal): -6520899 or 12418972. OLE color: 12418972.

HSL color Cylindrical-coordinate representation of color #9C7FBD: hue angle of 268.06º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C7FBD is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 127 189 -
CMYK 0.17 0.33 0 0.26
HSL 268.06º 0.32% 0.62% -
HSV(B) 268.06º 0.33% 0.74% -
XYZ 30.48 25.92 51.54 -
YUV 142.74 154.11 137.46 -
System Red Green Blue C M Y K H S L
Decimal 156 127 189 0.17 0.33 0 0.26 268.06 0.32 0.62
Hex 9C 7F BD 11 21 0 1A 10C 20 3E
Octal 234 177 275 21 41 0 32 414 40 76
Binary 10011100 1111111 10111101 10001 100001 0 11010 100001100 100000 111110

Color Harmonies of #9C7FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7FBD

Black with #9C7FBD

Text Example


Text Example

White with #9C7FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C7FBD; }

 p { color: rgb(156,127,189); }

 H1.HeaderClassName
 {
   color: #9C7FBD;
 }
 .AnyTagClassName
 {
   color: #9C7FBD;
 }
</style>

background-color css

<style>
 a { background-color: #9C7FBD; }

 a { background-color: rgb(156,127,189); }

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

border-color css

<style>
 span { border-color: #9C7FBD; }

 span { border-color: rgb(156,127,189); }

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