Shades of True V #9582D0
Tints of True V #9582D0
RGB
CMYK
RGB Variations
Color information
#9582D0 (or 0x9582D0) is known color: True V. HEX triplet: 95, 82 and D0. RGB value is (149,130,208). Sum of RGB (Red+Green+Blue) = 149+130+208=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 208 (81.64% from 255 or 42.71% from 487); Max value from RGB is 208 - color contains mainly: blue. Hex color #9582D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9582D0 is #6A7D2F. Grayscale: #909090. Windows color (decimal): -6978864 or 13664917. OLE color: 13664917.
HSL color Cylindrical-coordinate representation of color #9582D0: hue angle of 254.62º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9582D0 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 130 | 208 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.18 |
| HSL | 254.62º | 0.45% | 0.66% | - |
| HSV(B) | 254.62º | 0.38% | 0.82% | - |
| XYZ | 31.76 | 26.91 | 63.19 | - |
| YUV | 144.57 | 163.79 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 130 | 208 | 0.28 | 0.38 | 0 | 0.18 | 254.62 | 0.45 | 0.66 |
| Hex | 95 | 82 | D0 | 1C | 26 | 0 | 12 | FF | 2D | 42 |
| Octal | 225 | 202 | 320 | 34 | 46 | 0 | 22 | 377 | 55 | 102 |
| Binary | 10010101 | 10000010 | 11010000 | 11100 | 100110 | 0 | 10010 | 11111111 | 101101 | 1000010 |
Color Harmonies of #9582D0
Complementary color
Monochromatic Colors of #9582D0
Black with #9582D0
Text Example
Text Example
White with #9582D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9582D0; }
p { color: rgb(149,130,208); }
H1.HeaderClassName
{
color: #9582D0;
}
.AnyTagClassName
{
color: #9582D0;
}
</style>
background-color css
<style>
a { background-color: #9582D0; }
a { background-color: rgb(149,130,208); }
div.DivClassName
{
background-color: #9582D0;
}
.BgClassName
{
background-color: #9582D0;
}
</style>
border-color css
<style>
span { border-color: #9582D0; }
span { border-color: rgb(149,130,208); }
td.TdClassName
{
border-color: #9582D0;
}
.TagClassName
{
border-color: #9582D0;
}
</style>