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

📋 copy color: '#9E6FBC'

red 158 ◦ green 111 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9E6FBC

Tints of Purple Mountain's Majesty #9E6FBC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.29%

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

R = 34.57%
G = 24.29%
B = 41.14%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E6FBC (or 0x9E6FBC) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 6F and BC. RGB value is (158,111,188). Sum of RGB (Red+Green+Blue) = 158+111+188=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E6FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6FBC is #619043. Grayscale: #858585. Windows color (decimal): -6393924 or 12349342. OLE color: 12349342.

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

Color convert

RGB 158 111 188 -
CMYK 0.16 0.41 0 0.26
HSL 276.62º 0.36% 0.59% -
HSV(B) 276.62º 0.41% 0.74% -
XYZ 28.86 22.27 50.35 -
YUV 133.83 158.57 145.24 -
System Red Green Blue C M Y K H S L
Decimal 158 111 188 0.16 0.41 0 0.26 276.62 0.36 0.59
Hex 9E 6F BC 10 29 0 1A 115 24 3B
Octal 236 157 274 20 51 0 32 425 44 73
Binary 10011110 1101111 10111100 10000 101001 0 11010 100010101 100100 111011

Color Harmonies of #9E6FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6FBC

Black with #9E6FBC

Text Example


Text Example

White with #9E6FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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