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

📋 copy color: '#9F7ABB'

red 159 ◦ green 122 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9F7ABB

Tints of Purple Mountain's Majesty #9F7ABB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.07%

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

R = 33.97%
G = 26.07%
B = 39.96%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F7ABB (or 0x9F7ABB) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 7A and BB. RGB value is (159,122,187). Sum of RGB (Red+Green+Blue) = 159+122+187=468 (61% of max value = 765). Red value is 159 (62.5% from 255 or 33.97% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F7ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7ABB is #608544. Grayscale: #8C8C8C. Windows color (decimal): -6325573 or 12286623. OLE color: 12286623.

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

Color convert

RGB 159 122 187 -
CMYK 0.15 0.35 0 0.27
HSL 274.15º 0.32% 0.61% -
HSV(B) 274.15º 0.35% 0.73% -
XYZ 30.23 24.88 50.22 -
YUV 140.47 154.26 141.21 -
System Red Green Blue C M Y K H S L
Decimal 159 122 187 0.15 0.35 0 0.27 274.15 0.32 0.61
Hex 9F 7A BB F 23 0 1B 112 20 3D
Octal 237 172 273 17 43 0 33 422 40 75
Binary 10011111 1111010 10111011 1111 100011 0 11011 100010010 100000 111101

Color Harmonies of #9F7ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7ABB

Black with #9F7ABB

Text Example


Text Example

White with #9F7ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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