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

📋 copy color: '#9E79C2'

red 158 ◦ green 121 ◦ blue 194

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

Shades of Purple Mountain's Majesty #9E79C2

Tints of Purple Mountain's Majesty #9E79C2

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.58%

 BLUE value IS 194 (76.17% from 255) = 41.01%

R = 33.4%
G = 25.58%
B = 41.01%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9E79C2 (or 0x9E79C2) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 79 and C2. RGB value is (158,121,194). Sum of RGB (Red+Green+Blue) = 158+121+194=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 194 - color contains mainly: blue. Hex color #9E79C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E79C2 is #61863D. Grayscale: #8C8C8C. Windows color (decimal): -6391358 or 12745118. OLE color: 12745118.

HSL color Cylindrical-coordinate representation of color #9E79C2: hue angle of 270.41º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E79C2 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 158 121 194 -
CMYK 0.19 0.38 0 0.24
HSL 270.41º 0.37% 0.62% -
HSV(B) 270.41º 0.38% 0.76% -
XYZ 30.68 24.84 54.22 -
YUV 140.39 158.26 140.56 -
System Red Green Blue C M Y K H S L
Decimal 158 121 194 0.19 0.38 0 0.24 270.41 0.37 0.62
Hex 9E 79 C2 13 26 0 18 10E 25 3E
Octal 236 171 302 23 46 0 30 416 45 76
Binary 10011110 1111001 11000010 10011 100110 0 11000 100001110 100101 111110

Color Harmonies of #9E79C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E79C2

Black with #9E79C2

Text Example


Text Example

White with #9E79C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,121,194); }

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

background-color css

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

 a { background-color: rgb(158,121,194); }

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

border-color css

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

 span { border-color: rgb(158,121,194); }

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