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

📋 copy color: '#9C6DBA'

red 156 ◦ green 109 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9C6DBA

Tints of Purple Mountain's Majesty #9C6DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.24%

R = 34.59%
G = 24.17%
B = 41.24%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C6DBA (or 0x9C6DBA) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 6D and BA. RGB value is (156,109,186). Sum of RGB (Red+Green+Blue) = 156+109+186=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C6DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6DBA is #639245. Grayscale: #838383. Windows color (decimal): -6525510 or 12217756. OLE color: 12217756.

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

Color convert

RGB 156 109 186 -
CMYK 0.16 0.41 0 0.27
HSL 276.62º 0.36% 0.58% -
HSV(B) 276.62º 0.41% 0.73% -
XYZ 28.04 21.55 49.14 -
YUV 131.83 158.57 145.24 -
System Red Green Blue C M Y K H S L
Decimal 156 109 186 0.16 0.41 0 0.27 276.62 0.36 0.58
Hex 9C 6D BA 10 29 0 1B 115 24 3A
Octal 234 155 272 20 51 0 33 425 44 72
Binary 10011100 1101101 10111010 10000 101001 0 11011 100010101 100100 111010

Color Harmonies of #9C6DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6DBA

Black with #9C6DBA

Text Example


Text Example

White with #9C6DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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