Shades of True V #9480CB
Tints of True V #9480CB
RGB
CMYK
RGB Variations
Color information
#9480CB (or 0x9480CB) is known color: True V. HEX triplet: 94, 80 and CB. RGB value is (148,128,203). Sum of RGB (Red+Green+Blue) = 148+128+203=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #9480CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9480CB is #6B7F34. Grayscale: #8E8E8E. Windows color (decimal): -7044917 or 13336724. OLE color: 13336724.
HSL color Cylindrical-coordinate representation of color #9480CB: hue angle of 256º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9480CB is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 128 | 203 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.20 |
| HSL | 256º | 0.42% | 0.65% | - |
| HSV(B) | 256º | 0.37% | 0.8% | - |
| XYZ | 30.71 | 26.05 | 59.91 | - |
| YUV | 142.53 | 162.13 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 128 | 203 | 0.27 | 0.37 | 0 | 0.20 | 256 | 0.42 | 0.65 |
| Hex | 94 | 80 | CB | 1B | 25 | 0 | 14 | 100 | 2A | 41 |
| Octal | 224 | 200 | 313 | 33 | 45 | 0 | 24 | 400 | 52 | 101 |
| Binary | 10010100 | 10000000 | 11001011 | 11011 | 100101 | 0 | 10100 | 100000000 | 101010 | 1000001 |
Color Harmonies of #9480CB
Complementary color
Monochromatic Colors of #9480CB
Black with #9480CB
Text Example
Text Example
White with #9480CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9480CB; }
p { color: rgb(148,128,203); }
H1.HeaderClassName
{
color: #9480CB;
}
.AnyTagClassName
{
color: #9480CB;
}
</style>
background-color css
<style>
a { background-color: #9480CB; }
a { background-color: rgb(148,128,203); }
div.DivClassName
{
background-color: #9480CB;
}
.BgClassName
{
background-color: #9480CB;
}
</style>
border-color css
<style>
span { border-color: #9480CB; }
span { border-color: rgb(148,128,203); }
td.TdClassName
{
border-color: #9480CB;
}
.TagClassName
{
border-color: #9480CB;
}
</style>