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

📋 copy color: '#9C6CB9'

red 156 ◦ green 108 ◦ blue 185

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

Shades of Purple Mountain's Majesty #9C6CB9

Tints of Purple Mountain's Majesty #9C6CB9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.05%

 BLUE value IS 185 (72.66% from 255) = 41.2%

R = 34.74%
G = 24.05%
B = 41.2%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C6CB9 (or 0x9C6CB9) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 6C and B9. RGB value is (156,108,185). Sum of RGB (Red+Green+Blue) = 156+108+185=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 185 - color contains mainly: blue. Hex color #9C6CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6CB9 is #639346. Grayscale: #828282. Windows color (decimal): -6525767 or 12151964. OLE color: 12151964.

HSL color Cylindrical-coordinate representation of color #9C6CB9: hue angle of 277.4º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C6CB9 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 108 185 -
CMYK 0.16 0.42 0 0.27
HSL 277.4º 0.35% 0.57% -
HSV(B) 277.4º 0.42% 0.73% -
XYZ 27.83 21.3 48.54 -
YUV 131.13 158.4 145.74 -
System Red Green Blue C M Y K H S L
Decimal 156 108 185 0.16 0.42 0 0.27 277.4 0.35 0.57
Hex 9C 6C B9 10 2A 0 1B 115 23 39
Octal 234 154 271 20 52 0 33 425 43 71
Binary 10011100 1101100 10111001 10000 101010 0 11011 100010101 100011 111001

Color Harmonies of #9C6CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6CB9

Black with #9C6CB9

Text Example


Text Example

White with #9C6CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,108,185); }

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

background-color css

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

 a { background-color: rgb(156,108,185); }

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

border-color css

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

 span { border-color: rgb(156,108,185); }

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