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

📋 copy color: '#9C7FB6'

red 156 ◦ green 127 ◦ blue 182

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

Shades of Purple Mountain's Majesty #9C7FB6

Tints of Purple Mountain's Majesty #9C7FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.14%

R = 33.55%
G = 27.31%
B = 39.14%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9C7FB6 (or 0x9C7FB6) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 7F and B6. RGB value is (156,127,182). Sum of RGB (Red+Green+Blue) = 156+127+182=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 182 (71.48% from 255 or 39.14% from 465); Max value from RGB is 182 - color contains mainly: blue. Hex color #9C7FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7FB6 is #638049. Grayscale: #8D8D8D. Windows color (decimal): -6520906 or 11960220. OLE color: 11960220.

HSL color Cylindrical-coordinate representation of color #9C7FB6: hue angle of 271.64º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C7FB6 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 156 127 182 -
CMYK 0.14 0.30 0 0.29
HSL 271.64º 0.27% 0.61% -
HSV(B) 271.64º 0.3% 0.71% -
XYZ 29.74 25.62 47.63 -
YUV 141.94 150.61 138.03 -
System Red Green Blue C M Y K H S L
Decimal 156 127 182 0.14 0.30 0 0.29 271.64 0.27 0.61
Hex 9C 7F B6 E 1E 0 1D 110 1B 3D
Octal 234 177 266 16 36 0 35 420 33 75
Binary 10011100 1111111 10110110 1110 11110 0 11101 100010000 11011 111101

Color Harmonies of #9C7FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7FB6

Black with #9C7FB6

Text Example


Text Example

White with #9C7FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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