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

📋 copy color: '#9D6BBB'

red 157 ◦ green 107 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9D6BBB

Tints of Purple Mountain's Majesty #9D6BBB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.73%

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

R = 34.81%
G = 23.73%
B = 41.46%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9D6BBB (or 0x9D6BBB) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 6B and BB. RGB value is (157,107,187). Sum of RGB (Red+Green+Blue) = 157+107+187=451 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.81% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D6BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6BBB is #629444. Grayscale: #828282. Windows color (decimal): -6460485 or 12282781. OLE color: 12282781.

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

Color convert

RGB 157 107 187 -
CMYK 0.16 0.43 0 0.27
HSL 277.5º 0.37% 0.58% -
HSV(B) 277.5º 0.43% 0.73% -
XYZ 28.13 21.27 49.64 -
YUV 131.07 159.57 146.5 -
System Red Green Blue C M Y K H S L
Decimal 157 107 187 0.16 0.43 0 0.27 277.5 0.37 0.58
Hex 9D 6B BB 10 2B 0 1B 116 25 3A
Octal 235 153 273 20 53 0 33 426 45 72
Binary 10011101 1101011 10111011 10000 101011 0 11011 100010110 100101 111010

Color Harmonies of #9D6BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6BBB

Black with #9D6BBB

Text Example


Text Example

White with #9D6BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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