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

📋 copy color: '#9B7DBB'

red 155 ◦ green 125 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9B7DBB

Tints of Purple Mountain's Majesty #9B7DBB

RGB

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

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

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

R = 33.19%
G = 26.77%
B = 40.04%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B7DBB (or 0x9B7DBB) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 7D and BB. RGB value is (155,125,187). Sum of RGB (Red+Green+Blue) = 155+125+187=467 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.19% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #9B7DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7DBB is #648244. Grayscale: #8C8C8C. Windows color (decimal): -6586949 or 12287387. OLE color: 12287387.

HSL color Cylindrical-coordinate representation of color #9B7DBB: hue angle of 269.03º 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 #9B7DBB is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 125 187 -
CMYK 0.17 0.33 0 0.27
HSL 269.03º 0.31% 0.61% -
HSV(B) 269.03º 0.33% 0.73% -
XYZ 29.82 25.22 50.31 -
YUV 141.04 153.94 137.96 -
System Red Green Blue C M Y K H S L
Decimal 155 125 187 0.17 0.33 0 0.27 269.03 0.31 0.61
Hex 9B 7D BB 11 21 0 1B 10D 1F 3D
Octal 233 175 273 21 41 0 33 415 37 75
Binary 10011011 1111101 10111011 10001 100001 0 11011 100001101 11111 111101

Color Harmonies of #9B7DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7DBB

Black with #9B7DBB

Text Example


Text Example

White with #9B7DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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