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

📋 copy color: '#9B76BF'

red 155 ◦ green 118 ◦ blue 191

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

Shades of Purple Mountain's Majesty #9B76BF

Tints of Purple Mountain's Majesty #9B76BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.16%

R = 33.41%
G = 25.43%
B = 41.16%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B76BF (or 0x9B76BF) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 76 and BF. RGB value is (155,118,191). Sum of RGB (Red+Green+Blue) = 155+118+191=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B76BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B76BF is #648940. Grayscale: #898989. Windows color (decimal): -6588737 or 12547739. OLE color: 12547739.

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

Color convert

RGB 155 118 191 -
CMYK 0.19 0.38 0 0.25
HSL 270.41º 0.36% 0.61% -
HSV(B) 270.41º 0.38% 0.75% -
XYZ 29.4 23.69 52.31 -
YUV 137.39 158.26 140.56 -
System Red Green Blue C M Y K H S L
Decimal 155 118 191 0.19 0.38 0 0.25 270.41 0.36 0.61
Hex 9B 76 BF 13 26 0 19 10E 24 3D
Octal 233 166 277 23 46 0 31 416 44 75
Binary 10011011 1110110 10111111 10011 100110 0 11001 100001110 100100 111101

Color Harmonies of #9B76BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B76BF

Black with #9B76BF

Text Example


Text Example

White with #9B76BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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