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

📋 copy color: '#9B76BC'

red 155 ◦ green 118 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9B76BC

Tints of Purple Mountain's Majesty #9B76BC

RGB

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

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

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

R = 33.62%
G = 25.6%
B = 40.78%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B76BC (or 0x9B76BC) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 76 and BC. RGB value is (155,118,188). Sum of RGB (Red+Green+Blue) = 155+118+188=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B76BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B76BC is #648943. Grayscale: #888888. Windows color (decimal): -6588740 or 12351131. OLE color: 12351131.

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

Color convert

RGB 155 118 188 -
CMYK 0.18 0.37 0 0.26
HSL 271.71º 0.34% 0.6% -
HSV(B) 271.71º 0.37% 0.74% -
XYZ 29.07 23.56 50.59 -
YUV 137.04 156.76 140.81 -
System Red Green Blue C M Y K H S L
Decimal 155 118 188 0.18 0.37 0 0.26 271.71 0.34 0.6
Hex 9B 76 BC 12 25 0 1A 110 22 3C
Octal 233 166 274 22 45 0 32 420 42 74
Binary 10011011 1110110 10111100 10010 100101 0 11010 100010000 100010 111100

Color Harmonies of #9B76BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B76BC

Black with #9B76BC

Text Example


Text Example

White with #9B76BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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