Shades of True V #9581CB
Tints of True V #9581CB
RGB
CMYK
RGB Variations
Color information
#9581CB (or 0x9581CB) is known color: True V. HEX triplet: 95, 81 and CB. RGB value is (149,129,203). Sum of RGB (Red+Green+Blue) = 149+129+203=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #9581CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9581CB is #6A7E34. Grayscale: #8F8F8F. Windows color (decimal): -6979125 or 13336981. OLE color: 13336981.
HSL color Cylindrical-coordinate representation of color #9581CB: hue angle of 256.22º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9581CB is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 129 | 203 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.20 |
| HSL | 256.22º | 0.42% | 0.65% | - |
| HSV(B) | 256.22º | 0.36% | 0.8% | - |
| XYZ | 31.02 | 26.4 | 59.96 | - |
| YUV | 143.42 | 161.63 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 129 | 203 | 0.27 | 0.36 | 0 | 0.20 | 256.22 | 0.42 | 0.65 |
| Hex | 95 | 81 | CB | 1B | 24 | 0 | 14 | 100 | 2A | 41 |
| Octal | 225 | 201 | 313 | 33 | 44 | 0 | 24 | 400 | 52 | 101 |
| Binary | 10010101 | 10000001 | 11001011 | 11011 | 100100 | 0 | 10100 | 100000000 | 101010 | 1000001 |
Color Harmonies of #9581CB
Complementary color
Monochromatic Colors of #9581CB
Black with #9581CB
Text Example
Text Example
White with #9581CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9581CB; }
p { color: rgb(149,129,203); }
H1.HeaderClassName
{
color: #9581CB;
}
.AnyTagClassName
{
color: #9581CB;
}
</style>
background-color css
<style>
a { background-color: #9581CB; }
a { background-color: rgb(149,129,203); }
div.DivClassName
{
background-color: #9581CB;
}
.BgClassName
{
background-color: #9581CB;
}
</style>
border-color css
<style>
span { border-color: #9581CB; }
span { border-color: rgb(149,129,203); }
td.TdClassName
{
border-color: #9581CB;
}
.TagClassName
{
border-color: #9581CB;
}
</style>