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

📋 copy color: '#9C7EBE'

red 156 ◦ green 126 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9C7EBE

Tints of Purple Mountain's Majesty #9C7EBE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.69%

 BLUE value IS 190 (74.61% from 255) = 40.25%

R = 33.05%
G = 26.69%
B = 40.25%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C7EBE (or 0x9C7EBE) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 7E and BE. RGB value is (156,126,190). Sum of RGB (Red+Green+Blue) = 156+126+190=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C7EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7EBE is #638141. Grayscale: #8E8E8E. Windows color (decimal): -6521154 or 12484252. OLE color: 12484252.

HSL color Cylindrical-coordinate representation of color #9C7EBE: hue angle of 268.12º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C7EBE is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 126 190 -
CMYK 0.18 0.34 0 0.25
HSL 268.13º 0.33% 0.62% -
HSV(B) 268.13º 0.34% 0.75% -
XYZ 30.47 25.71 52.07 -
YUV 142.27 154.94 137.8 -
System Red Green Blue C M Y K H S L
Decimal 156 126 190 0.18 0.34 0 0.25 268.13 0.33 0.62
Hex 9C 7E BE 12 22 0 19 10C 21 3E
Octal 234 176 276 22 42 0 31 414 41 76
Binary 10011100 1111110 10111110 10010 100010 0 11001 100001100 100001 111110

Color Harmonies of #9C7EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7EBE

Black with #9C7EBE

Text Example


Text Example

White with #9C7EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,126,190); }

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

background-color css

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

 a { background-color: rgb(156,126,190); }

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

border-color css

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

 span { border-color: rgb(156,126,190); }

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