Html Css Color HEX #9C7DBB Purple Mountain's Majesty
📋 copy color: '#9C7DBB'red 156 ◦ green 125 ◦ blue 187
Shades of Purple Mountain's Majesty #9C7DBB
Tints of Purple Mountain's Majesty #9C7DBB
RGB
CMYK
RGB Variations
Color information
#9C7DBB (or 0x9C7DBB) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 7D and BB. RGB value is (156,125,187). Sum of RGB (Red+Green+Blue) = 156+125+187=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 125 (49.22% from 255 or 26.71% 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 #9C7DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7DBB is #638244. Grayscale: #8D8D8D. Windows color (decimal): -6521413 or 12287388. OLE color: 12287388.
HSL color Cylindrical-coordinate representation of color #9C7DBB: hue angle of 270º 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 #9C7DBB is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 156 | 125 | 187 | - |
CMYK | 0.17 | 0.33 | 0 | 0.27 |
HSL | 270º | 0.31% | 0.61% | - |
HSV(B) | 270º | 0.33% | 0.73% | - |
XYZ | 30.01 | 25.32 | 50.32 | - |
YUV | 141.34 | 153.77 | 138.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 156 | 125 | 187 | 0.17 | 0.33 | 0 | 0.27 | 270 | 0.31 | 0.61 |
Hex | 9C | 7D | BB | 11 | 21 | 0 | 1B | 10E | 1F | 3D |
Octal | 234 | 175 | 273 | 21 | 41 | 0 | 33 | 416 | 37 | 75 |
Binary | 10011100 | 1111101 | 10111011 | 10001 | 100001 | 0 | 11011 | 100001110 | 11111 | 111101 |
Color Harmonies of #9C7DBB
Complementary color
Monochromatic Colors of #9C7DBB
Black with #9C7DBB
Text Example
Text Example
White with #9C7DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7DBB; }
p { color: rgb(156,125,187); }
H1.HeaderClassName
{
color: #9C7DBB;
}
.AnyTagClassName
{
color: #9C7DBB;
}
</style>
background-color css
<style>
a { background-color: #9C7DBB; }
a { background-color: rgb(156,125,187); }
div.DivClassName
{
background-color: #9C7DBB;
}
.BgClassName
{
background-color: #9C7DBB;
}
</style>
border-color css
<style>
span { border-color: #9C7DBB; }
span { border-color: rgb(156,125,187); }
td.TdClassName
{
border-color: #9C7DBB;
}
.TagClassName
{
border-color: #9C7DBB;
}
</style>