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

📋 copy color: '#9E6BBC'

red 158 ◦ green 107 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9E6BBC

Tints of Purple Mountain's Majesty #9E6BBC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.62%

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

R = 34.88%
G = 23.62%
B = 41.5%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E6BBC (or 0x9E6BBC) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 6B and BC. RGB value is (158,107,188). Sum of RGB (Red+Green+Blue) = 158+107+188=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E6BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6BBC is #619443. Grayscale: #838383. Windows color (decimal): -6394948 or 12348318. OLE color: 12348318.

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

Color convert

RGB 158 107 188 -
CMYK 0.16 0.43 0 0.26
HSL 277.78º 0.38% 0.58% -
HSV(B) 277.78º 0.43% 0.74% -
XYZ 28.44 21.42 50.21 -
YUV 131.48 159.9 146.91 -
System Red Green Blue C M Y K H S L
Decimal 158 107 188 0.16 0.43 0 0.26 277.78 0.38 0.58
Hex 9E 6B BC 10 2B 0 1A 116 26 3A
Octal 236 153 274 20 53 0 32 426 46 72
Binary 10011110 1101011 10111100 10000 101011 0 11010 100010110 100110 111010

Color Harmonies of #9E6BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6BBC

Black with #9E6BBC

Text Example


Text Example

White with #9E6BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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