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

📋 copy color: '#9B76BE'

red 155 ◦ green 118 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9B76BE

Tints of Purple Mountain's Majesty #9B76BE

RGB

 RED value IS 155 (60.94% from 255) = 33.48%

 GREEN value IS 118 (46.48% from 255) = 25.49%

 BLUE value IS 190 (74.61% from 255) = 41.04%

R = 33.48%
G = 25.49%
B = 41.04%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B76BE (or 0x9B76BE) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 76 and BE. RGB value is (155,118,190). Sum of RGB (Red+Green+Blue) = 155+118+190=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B76BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B76BE is #648941. Grayscale: #898989. Windows color (decimal): -6588738 or 12482203. OLE color: 12482203.

HSL color Cylindrical-coordinate representation of color #9B76BE: hue angle of 270.83º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B76BE is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 118 190 -
CMYK 0.18 0.38 0 0.25
HSL 270.83º 0.36% 0.6% -
HSV(B) 270.83º 0.38% 0.75% -
XYZ 29.29 23.64 51.74 -
YUV 137.27 157.76 140.65 -
System Red Green Blue C M Y K H S L
Decimal 155 118 190 0.18 0.38 0 0.25 270.83 0.36 0.6
Hex 9B 76 BE 12 26 0 19 10F 24 3C
Octal 233 166 276 22 46 0 31 417 44 74
Binary 10011011 1110110 10111110 10010 100110 0 11001 100001111 100100 111100

Color Harmonies of #9B76BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B76BE

Black with #9B76BE

Text Example


Text Example

White with #9B76BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,118,190); }

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

background-color css

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

 a { background-color: rgb(155,118,190); }

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

border-color css

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

 span { border-color: rgb(155,118,190); }

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