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

📋 copy color: '#9C7CBB'

red 156 ◦ green 124 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9C7CBB

Tints of Purple Mountain's Majesty #9C7CBB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.55%

 BLUE value IS 187 (73.44% from 255) = 40.04%

R = 33.4%
G = 26.55%
B = 40.04%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C7CBB (or 0x9C7CBB) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 7C and BB. RGB value is (156,124,187). Sum of RGB (Red+Green+Blue) = 156+124+187=467 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.40% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C7CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7CBB is #638344. Grayscale: #8C8C8C. Windows color (decimal): -6521669 or 12287132. OLE color: 12287132.

HSL color Cylindrical-coordinate representation of color #9C7CBB: hue angle of 270.48º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C7CBB is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 124 187 -
CMYK 0.17 0.34 0 0.27
HSL 270.48º 0.32% 0.61% -
HSV(B) 270.48º 0.34% 0.73% -
XYZ 29.89 25.07 50.28 -
YUV 140.75 154.1 138.88 -
System Red Green Blue C M Y K H S L
Decimal 156 124 187 0.17 0.34 0 0.27 270.48 0.32 0.61
Hex 9C 7C BB 11 22 0 1B 10E 20 3D
Octal 234 174 273 21 42 0 33 416 40 75
Binary 10011100 1111100 10111011 10001 100010 0 11011 100001110 100000 111101

Color Harmonies of #9C7CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7CBB

Black with #9C7CBB

Text Example


Text Example

White with #9C7CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,124,187); }

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

background-color css

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

 a { background-color: rgb(156,124,187); }

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

border-color css

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

 span { border-color: rgb(156,124,187); }

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