Shades of Kingfisher Daisy #632E8D
Tints of Kingfisher Daisy #632E8D
RGB
CMYK
RGB Variations
Color information
#632E8D (or 0x632E8D) is known color: Kingfisher Daisy. HEX triplet: 63, 2E and 8D. RGB value is (99,46,141). Sum of RGB (Red+Green+Blue) = 99+46+141=286 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.62% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #632E8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632E8D is #9CD172. Grayscale: #484848. Windows color (decimal): -10277235 or 9252451. OLE color: 9252451.
HSL color Cylindrical-coordinate representation of color #632E8D: hue angle of 273.47º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #632E8D is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 46 | 141 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.45 |
| HSL | 273.47º | 0.51% | 0.37% | - |
| HSV(B) | 273.47º | 0.67% | 0.55% | - |
| XYZ | 10.93 | 6.53 | 25.88 | - |
| YUV | 72.68 | 166.56 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 46 | 141 | 0.30 | 0.67 | 0 | 0.45 | 273.47 | 0.51 | 0.37 |
| Hex | 63 | 2E | 8D | 1E | 43 | 0 | 2D | 111 | 33 | 25 |
| Octal | 143 | 56 | 215 | 36 | 103 | 0 | 55 | 421 | 63 | 45 |
| Binary | 1100011 | 101110 | 10001101 | 11110 | 1000011 | 0 | 101101 | 100010001 | 110011 | 100101 |
Color Harmonies of #632E8D
Complementary color
Monochromatic Colors of #632E8D
Black with #632E8D
Text Example
Text Example
White with #632E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632E8D; }
p { color: rgb(99,46,141); }
H1.HeaderClassName
{
color: #632E8D;
}
.AnyTagClassName
{
color: #632E8D;
}
</style>
background-color css
<style>
a { background-color: #632E8D; }
a { background-color: rgb(99,46,141); }
div.DivClassName
{
background-color: #632E8D;
}
.BgClassName
{
background-color: #632E8D;
}
</style>
border-color css
<style>
span { border-color: #632E8D; }
span { border-color: rgb(99,46,141); }
td.TdClassName
{
border-color: #632E8D;
}
.TagClassName
{
border-color: #632E8D;
}
</style>