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

📋 copy color: '#9D7BBB'

red 157 ◦ green 123 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9D7BBB

Tints of Purple Mountain's Majesty #9D7BBB

RGB

 RED value IS 157 (61.72% from 255) = 33.62%

 GREEN value IS 123 (48.44% from 255) = 26.34%

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

R = 33.62%
G = 26.34%
B = 40.04%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9D7BBB (or 0x9D7BBB) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 7B and BB. RGB value is (157,123,187). Sum of RGB (Red+Green+Blue) = 157+123+187=467 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.62% from 467); Green value is 123 (48.44% from 255 or 26.34% 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 #9D7BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7BBB is #628444. Grayscale: #8C8C8C. Windows color (decimal): -6456389 or 12286877. OLE color: 12286877.

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

Color convert

RGB 157 123 187 -
CMYK 0.16 0.34 0 0.27
HSL 271.88º 0.32% 0.61% -
HSV(B) 271.88º 0.34% 0.73% -
XYZ 29.96 24.92 50.25 -
YUV 140.46 154.26 139.8 -
System Red Green Blue C M Y K H S L
Decimal 157 123 187 0.16 0.34 0 0.27 271.88 0.32 0.61
Hex 9D 7B BB 10 22 0 1B 110 20 3D
Octal 235 173 273 20 42 0 33 420 40 75
Binary 10011101 1111011 10111011 10000 100010 0 11011 100010000 100000 111101

Color Harmonies of #9D7BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7BBB

Black with #9D7BBB

Text Example


Text Example

White with #9D7BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,123,187); }

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

background-color css

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

 a { background-color: rgb(157,123,187); }

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

border-color css

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

 span { border-color: rgb(157,123,187); }

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