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

📋 copy color: '#9E75BC'

red 158 ◦ green 117 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9E75BC

Tints of Purple Mountain's Majesty #9E75BC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.27%

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

R = 34.13%
G = 25.27%
B = 40.6%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E75BC (or 0x9E75BC) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 75 and BC. RGB value is (158,117,188). Sum of RGB (Red+Green+Blue) = 158+117+188=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E75BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E75BC is #618A43. Grayscale: #898989. Windows color (decimal): -6392388 or 12350878. OLE color: 12350878.

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

Color convert

RGB 158 117 188 -
CMYK 0.16 0.38 0 0.26
HSL 274.65º 0.35% 0.6% -
HSV(B) 274.65º 0.38% 0.74% -
XYZ 29.54 23.62 50.58 -
YUV 137.35 156.58 142.73 -
System Red Green Blue C M Y K H S L
Decimal 158 117 188 0.16 0.38 0 0.26 274.65 0.35 0.6
Hex 9E 75 BC 10 26 0 1A 113 23 3C
Octal 236 165 274 20 46 0 32 423 43 74
Binary 10011110 1110101 10111100 10000 100110 0 11010 100010011 100011 111100

Color Harmonies of #9E75BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E75BC

Black with #9E75BC

Text Example


Text Example

White with #9E75BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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