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

📋 copy color: '#9E79BC'

red 158 ◦ green 121 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9E79BC

Tints of Purple Mountain's Majesty #9E79BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.26%

R = 33.83%
G = 25.91%
B = 40.26%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E79BC (or 0x9E79BC) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 79 and BC. RGB value is (158,121,188). Sum of RGB (Red+Green+Blue) = 158+121+188=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E79BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E79BC is #618643. Grayscale: #8B8B8B. Windows color (decimal): -6391364 or 12351902. OLE color: 12351902.

HSL color Cylindrical-coordinate representation of color #9E79BC: hue angle of 273.13º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9E79BC is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 121 188 -
CMYK 0.16 0.36 0 0.26
HSL 273.13º 0.33% 0.61% -
HSV(B) 273.13º 0.36% 0.74% -
XYZ 30.02 24.57 50.74 -
YUV 139.7 155.26 141.05 -
System Red Green Blue C M Y K H S L
Decimal 158 121 188 0.16 0.36 0 0.26 273.13 0.33 0.61
Hex 9E 79 BC 10 24 0 1A 111 21 3D
Octal 236 171 274 20 44 0 32 421 41 75
Binary 10011110 1111001 10111100 10000 100100 0 11010 100010001 100001 111101

Color Harmonies of #9E79BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E79BC

Black with #9E79BC

Text Example


Text Example

White with #9E79BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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