Html Css Color HEX #9A6DBB Purple Mountain's Majesty
📋 copy color: '#9A6DBB'red 154 ◦ green 109 ◦ blue 187
Shades of Purple Mountain's Majesty #9A6DBB
Tints of Purple Mountain's Majesty #9A6DBB
RGB
CMYK
RGB Variations
Color information
#9A6DBB (or 0x9A6DBB) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 6D and BB. RGB value is (154,109,187). Sum of RGB (Red+Green+Blue) = 154+109+187=450 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.22% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A6DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6DBB is #659244. Grayscale: #838383. Windows color (decimal): -6656581 or 12283290. OLE color: 12283290.
HSL color Cylindrical-coordinate representation of color #9A6DBB: hue angle of 274.62º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A6DBB is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 154 | 109 | 187 | - |
CMYK | 0.18 | 0.42 | 0 | 0.27 |
HSL | 274.62º | 0.36% | 0.58% | - |
HSV(B) | 274.62º | 0.42% | 0.73% | - |
XYZ | 27.76 | 21.4 | 49.68 | - |
YUV | 131.35 | 159.41 | 144.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 154 | 109 | 187 | 0.18 | 0.42 | 0 | 0.27 | 274.62 | 0.36 | 0.58 |
Hex | 9A | 6D | BB | 12 | 2A | 0 | 1B | 113 | 24 | 3A |
Octal | 232 | 155 | 273 | 22 | 52 | 0 | 33 | 423 | 44 | 72 |
Binary | 10011010 | 1101101 | 10111011 | 10010 | 101010 | 0 | 11011 | 100010011 | 100100 | 111010 |
Color Harmonies of #9A6DBB
Complementary color
Monochromatic Colors of #9A6DBB
Black with #9A6DBB
Text Example
Text Example
White with #9A6DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6DBB; }
p { color: rgb(154,109,187); }
H1.HeaderClassName
{
color: #9A6DBB;
}
.AnyTagClassName
{
color: #9A6DBB;
}
</style>
background-color css
<style>
a { background-color: #9A6DBB; }
a { background-color: rgb(154,109,187); }
div.DivClassName
{
background-color: #9A6DBB;
}
.BgClassName
{
background-color: #9A6DBB;
}
</style>
border-color css
<style>
span { border-color: #9A6DBB; }
span { border-color: rgb(154,109,187); }
td.TdClassName
{
border-color: #9A6DBB;
}
.TagClassName
{
border-color: #9A6DBB;
}
</style>