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

📋 copy color: '#9E7FC0'

red 158 ◦ green 127 ◦ blue 192

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

Shades of Purple Mountain's Majesty #9E7FC0

Tints of Purple Mountain's Majesty #9E7FC0

RGB

 RED value IS 158 (62.11% from 255) = 33.12%

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

 BLUE value IS 192 (75.39% from 255) = 40.25%

R = 33.12%
G = 26.62%
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

#9E7FC0 (or 0x9E7FC0) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 7F and C0. RGB value is (158,127,192). Sum of RGB (Red+Green+Blue) = 158+127+192=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 192 - color contains mainly: blue. Hex color #9E7FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7FC0 is #61803F. Grayscale: #8F8F8F. Windows color (decimal): -6389824 or 12615582. OLE color: 12615582.

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

Color convert

RGB 158 127 192 -
CMYK 0.18 0.34 0 0.25
HSL 268.62º 0.34% 0.63% -
HSV(B) 268.62º 0.34% 0.75% -
XYZ 31.2 26.25 53.29 -
YUV 143.68 155.27 138.21 -
System Red Green Blue C M Y K H S L
Decimal 158 127 192 0.18 0.34 0 0.25 268.62 0.34 0.63
Hex 9E 7F C0 12 22 0 19 10D 22 3F
Octal 236 177 300 22 42 0 31 415 42 77
Binary 10011110 1111111 11000000 10010 100010 0 11001 100001101 100010 111111

Color Harmonies of #9E7FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7FC0

Black with #9E7FC0

Text Example


Text Example

White with #9E7FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,127,192); }

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

background-color css

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

 a { background-color: rgb(158,127,192); }

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

border-color css

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

 span { border-color: rgb(158,127,192); }

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