Shades of Kingfisher Daisy #632D8D
Tints of Kingfisher Daisy #632D8D
RGB
CMYK
RGB Variations
Color information
#632D8D (or 0x632D8D) is known color: Kingfisher Daisy. HEX triplet: 63, 2D and 8D. RGB value is (99,45,141). Sum of RGB (Red+Green+Blue) = 99+45+141=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #632D8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632D8D is #9CD272. Grayscale: #474747. Windows color (decimal): -10277491 or 9252195. OLE color: 9252195.
HSL color Cylindrical-coordinate representation of color #632D8D: hue angle of 273.75º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #632D8D is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 45 | 141 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.45 |
| HSL | 273.75º | 0.52% | 0.36% | - |
| HSV(B) | 273.75º | 0.68% | 0.55% | - |
| XYZ | 10.89 | 6.45 | 25.87 | - |
| YUV | 72.09 | 166.89 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 45 | 141 | 0.30 | 0.68 | 0 | 0.45 | 273.75 | 0.52 | 0.36 |
| Hex | 63 | 2D | 8D | 1E | 44 | 0 | 2D | 112 | 34 | 24 |
| Octal | 143 | 55 | 215 | 36 | 104 | 0 | 55 | 422 | 64 | 44 |
| Binary | 1100011 | 101101 | 10001101 | 11110 | 1000100 | 0 | 101101 | 100010010 | 110100 | 100100 |
Color Harmonies of #632D8D
Complementary color
Monochromatic Colors of #632D8D
Black with #632D8D
Text Example
Text Example
White with #632D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632D8D; }
p { color: rgb(99,45,141); }
H1.HeaderClassName
{
color: #632D8D;
}
.AnyTagClassName
{
color: #632D8D;
}
</style>
background-color css
<style>
a { background-color: #632D8D; }
a { background-color: rgb(99,45,141); }
div.DivClassName
{
background-color: #632D8D;
}
.BgClassName
{
background-color: #632D8D;
}
</style>
border-color css
<style>
span { border-color: #632D8D; }
span { border-color: rgb(99,45,141); }
td.TdClassName
{
border-color: #632D8D;
}
.TagClassName
{
border-color: #632D8D;
}
</style>