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

📋 copy color: '#9F76BB'

red 159 ◦ green 118 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9F76BB

Tints of Purple Mountain's Majesty #9F76BB

RGB

 RED value IS 159 (62.5% from 255) = 34.27%

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

 BLUE value IS 187 (73.44% from 255) = 40.3%

R = 34.27%
G = 25.43%
B = 40.3%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F76BB (or 0x9F76BB) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 76 and BB. RGB value is (159,118,187). Sum of RGB (Red+Green+Blue) = 159+118+187=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F76BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F76BB is #608944. Grayscale: #898989. Windows color (decimal): -6326597 or 12285599. OLE color: 12285599.

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

Color convert

RGB 159 118 187 -
CMYK 0.15 0.37 0 0.27
HSL 275.65º 0.34% 0.6% -
HSV(B) 275.65º 0.37% 0.73% -
XYZ 29.75 23.92 50.06 -
YUV 138.13 155.58 142.89 -
System Red Green Blue C M Y K H S L
Decimal 159 118 187 0.15 0.37 0 0.27 275.65 0.34 0.6
Hex 9F 76 BB F 25 0 1B 114 22 3C
Octal 237 166 273 17 45 0 33 424 42 74
Binary 10011111 1110110 10111011 1111 100101 0 11011 100010100 100010 111100

Color Harmonies of #9F76BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F76BB

Black with #9F76BB

Text Example


Text Example

White with #9F76BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,118,187); }

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

background-color css

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

 a { background-color: rgb(159,118,187); }

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

border-color css

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

 span { border-color: rgb(159,118,187); }

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