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

📋 copy color: '#9C7FBE'

red 156 ◦ green 127 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9C7FBE

Tints of Purple Mountain's Majesty #9C7FBE

RGB

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

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

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

R = 32.98%
G = 26.85%
B = 40.17%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C7FBE (or 0x9C7FBE) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 7F and BE. RGB value is (156,127,190). Sum of RGB (Red+Green+Blue) = 156+127+190=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C7FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7FBE is #638041. Grayscale: #8E8E8E. Windows color (decimal): -6520898 or 12484508. OLE color: 12484508.

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

Color convert

RGB 156 127 190 -
CMYK 0.18 0.33 0 0.25
HSL 267.62º 0.33% 0.62% -
HSV(B) 267.62º 0.33% 0.75% -
XYZ 30.59 25.96 52.11 -
YUV 142.85 154.61 137.38 -
System Red Green Blue C M Y K H S L
Decimal 156 127 190 0.18 0.33 0 0.25 267.62 0.33 0.62
Hex 9C 7F BE 12 21 0 19 10C 21 3E
Octal 234 177 276 22 41 0 31 414 41 76
Binary 10011100 1111111 10111110 10010 100001 0 11001 100001100 100001 111110

Color Harmonies of #9C7FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7FBE

Black with #9C7FBE

Text Example


Text Example

White with #9C7FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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