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

📋 copy color: '#9F76BE'

red 159 ◦ green 118 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9F76BE

Tints of Purple Mountain's Majesty #9F76BE

RGB

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

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

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

R = 34.05%
G = 25.27%
B = 40.69%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F76BE (or 0x9F76BE) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 76 and BE. RGB value is (159,118,190). Sum of RGB (Red+Green+Blue) = 159+118+190=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F76BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F76BE is #608941. Grayscale: #8A8A8A. Windows color (decimal): -6326594 or 12482207. OLE color: 12482207.

HSL color Cylindrical-coordinate representation of color #9F76BE: hue angle of 274.17º 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 #9F76BE is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 118 190 -
CMYK 0.16 0.38 0 0.25
HSL 274.17º 0.36% 0.6% -
HSV(B) 274.17º 0.38% 0.75% -
XYZ 30.07 24.05 51.77 -
YUV 138.47 157.08 142.65 -
System Red Green Blue C M Y K H S L
Decimal 159 118 190 0.16 0.38 0 0.25 274.17 0.36 0.6
Hex 9F 76 BE 10 26 0 19 112 24 3C
Octal 237 166 276 20 46 0 31 422 44 74
Binary 10011111 1110110 10111110 10000 100110 0 11001 100010010 100100 111100

Color Harmonies of #9F76BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F76BE

Black with #9F76BE

Text Example


Text Example

White with #9F76BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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