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

📋 copy color: '#9C6DBD'

red 156 ◦ green 109 ◦ blue 189

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

Shades of Purple Mountain's Majesty #9C6DBD

Tints of Purple Mountain's Majesty #9C6DBD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.01%

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

R = 34.36%
G = 24.01%
B = 41.63%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9C6DBD (or 0x9C6DBD) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 6D and BD. RGB value is (156,109,189). Sum of RGB (Red+Green+Blue) = 156+109+189=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C6DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6DBD is #639242. Grayscale: #838383. Windows color (decimal): -6525507 or 12414364. OLE color: 12414364.

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

Color convert

RGB 156 109 189 -
CMYK 0.17 0.42 0 0.26
HSL 275.25º 0.38% 0.58% -
HSV(B) 275.25º 0.42% 0.74% -
XYZ 28.36 21.68 50.83 -
YUV 132.17 160.07 145 -
System Red Green Blue C M Y K H S L
Decimal 156 109 189 0.17 0.42 0 0.26 275.25 0.38 0.58
Hex 9C 6D BD 11 2A 0 1A 113 26 3A
Octal 234 155 275 21 52 0 32 423 46 72
Binary 10011100 1101101 10111101 10001 101010 0 11010 100010011 100110 111010

Color Harmonies of #9C6DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6DBD

Black with #9C6DBD

Text Example


Text Example

White with #9C6DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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