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

📋 copy color: '#9C7DBA'

red 156 ◦ green 125 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9C7DBA

Tints of Purple Mountain's Majesty #9C7DBA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.77%

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

R = 33.4%
G = 26.77%
B = 39.83%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C7DBA (or 0x9C7DBA) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 7D and BA. RGB value is (156,125,186). Sum of RGB (Red+Green+Blue) = 156+125+186=467 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.40% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C7DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7DBA is #638245. Grayscale: #8D8D8D. Windows color (decimal): -6521414 or 12221852. OLE color: 12221852.

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

Color convert

RGB 156 125 186 -
CMYK 0.16 0.33 0 0.27
HSL 270.49º 0.31% 0.61% -
HSV(B) 270.49º 0.33% 0.73% -
XYZ 29.91 25.28 49.76 -
YUV 141.22 153.27 138.54 -
System Red Green Blue C M Y K H S L
Decimal 156 125 186 0.16 0.33 0 0.27 270.49 0.31 0.61
Hex 9C 7D BA 10 21 0 1B 10E 1F 3D
Octal 234 175 272 20 41 0 33 416 37 75
Binary 10011100 1111101 10111010 10000 100001 0 11011 100001110 11111 111101

Color Harmonies of #9C7DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7DBA

Black with #9C7DBA

Text Example


Text Example

White with #9C7DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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