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

📋 copy color: '#9F7DBB'

red 159 ◦ green 125 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9F7DBB

Tints of Purple Mountain's Majesty #9F7DBB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.54%

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

R = 33.76%
G = 26.54%
B = 39.7%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F7DBB (or 0x9F7DBB) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 7D and BB. RGB value is (159,125,187). Sum of RGB (Red+Green+Blue) = 159+125+187=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F7DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7DBB is #608244. Grayscale: #8E8E8E. Windows color (decimal): -6324805 or 12287391. OLE color: 12287391.

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

Color convert

RGB 159 125 187 -
CMYK 0.15 0.33 0 0.27
HSL 272.9º 0.31% 0.61% -
HSV(B) 272.9º 0.33% 0.73% -
XYZ 30.6 25.63 50.35 -
YUV 142.23 153.26 139.96 -
System Red Green Blue C M Y K H S L
Decimal 159 125 187 0.15 0.33 0 0.27 272.9 0.31 0.61
Hex 9F 7D BB F 21 0 1B 111 1F 3D
Octal 237 175 273 17 41 0 33 421 37 75
Binary 10011111 1111101 10111011 1111 100001 0 11011 100010001 11111 111101

Color Harmonies of #9F7DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7DBB

Black with #9F7DBB

Text Example


Text Example

White with #9F7DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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