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

📋 copy color: '#9C7FBA'

red 156 ◦ green 127 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9C7FBA

Tints of Purple Mountain's Majesty #9C7FBA

RGB

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

 GREEN value IS 127 (50% from 255) = 27.08%

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

R = 33.26%
G = 27.08%
B = 39.66%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C7FBA (or 0x9C7FBA) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 7F and BA. RGB value is (156,127,186). Sum of RGB (Red+Green+Blue) = 156+127+186=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C7FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7FBA is #638045. Grayscale: #8E8E8E. Windows color (decimal): -6520902 or 12222364. OLE color: 12222364.

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

Color convert

RGB 156 127 186 -
CMYK 0.16 0.32 0 0.27
HSL 269.49º 0.3% 0.61% -
HSV(B) 269.49º 0.32% 0.73% -
XYZ 30.16 25.79 49.84 -
YUV 142.4 152.61 137.7 -
System Red Green Blue C M Y K H S L
Decimal 156 127 186 0.16 0.32 0 0.27 269.49 0.3 0.61
Hex 9C 7F BA 10 20 0 1B 10D 1E 3D
Octal 234 177 272 20 40 0 33 415 36 75
Binary 10011100 1111111 10111010 10000 100000 0 11011 100001101 11110 111101

Color Harmonies of #9C7FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7FBA

Black with #9C7FBA

Text Example


Text Example

White with #9C7FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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