Shades of Medium Purple #9F75DB
Tints of Medium Purple #9F75DB
RGB
CMYK
RGB Variations
Color information
#9F75DB (or 0x9F75DB) is known color: Medium Purple. HEX triplet: 9F, 75 and DB. RGB value is (159,117,219). Sum of RGB (Red+Green+Blue) = 159+117+219=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F75DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F75DB is #608A24. Grayscale: #8C8C8C. Windows color (decimal): -6326821 or 14382495. OLE color: 14382495.
HSL color Cylindrical-coordinate representation of color #9F75DB: hue angle of 264.71º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F75DB is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 159 | 117 | 219 | - |
CMYK | 0.27 | 0.47 | 0 | 0.14 |
HSL | 264.71º | 0.59% | 0.66% | - |
HSV(B) | 264.71º | 0.47% | 0.86% | - |
XYZ | 33.45 | 25.21 | 70.12 | - |
YUV | 141.19 | 171.91 | 140.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 117 | 219 | 0.27 | 0.47 | 0 | 0.14 | 264.71 | 0.59 | 0.66 |
Hex | 9F | 75 | DB | 1B | 2F | 0 | E | 109 | 3B | 42 |
Octal | 237 | 165 | 333 | 33 | 57 | 0 | 16 | 411 | 73 | 102 |
Binary | 10011111 | 1110101 | 11011011 | 11011 | 101111 | 0 | 1110 | 100001001 | 111011 | 1000010 |
Color Harmonies of #9F75DB
Complementary color
Monochromatic Colors of #9F75DB
Black with #9F75DB
Text Example
Text Example
White with #9F75DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F75DB; }
p { color: rgb(159,117,219); }
H1.HeaderClassName
{
color: #9F75DB;
}
.AnyTagClassName
{
color: #9F75DB;
}
</style>
background-color css
<style>
a { background-color: #9F75DB; }
a { background-color: rgb(159,117,219); }
div.DivClassName
{
background-color: #9F75DB;
}
.BgClassName
{
background-color: #9F75DB;
}
</style>
border-color css
<style>
span { border-color: #9F75DB; }
span { border-color: rgb(159,117,219); }
td.TdClassName
{
border-color: #9F75DB;
}
.TagClassName
{
border-color: #9F75DB;
}
</style>