Shades of Kingfisher Daisy #632C8D
Tints of Kingfisher Daisy #632C8D
RGB
CMYK
RGB Variations
Color information
#632C8D (or 0x632C8D) is known color: Kingfisher Daisy. HEX triplet: 63, 2C and 8D. RGB value is (99,44,141). Sum of RGB (Red+Green+Blue) = 99+44+141=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #632C8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632C8D is #9CD372. Grayscale: #474747. Windows color (decimal): -10277747 or 9251939. OLE color: 9251939.
HSL color Cylindrical-coordinate representation of color #632C8D: hue angle of 274.02º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #632C8D is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 44 | 141 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.45 |
| HSL | 274.02º | 0.52% | 0.36% | - |
| HSV(B) | 274.02º | 0.69% | 0.55% | - |
| XYZ | 10.85 | 6.38 | 25.86 | - |
| YUV | 71.5 | 167.22 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 44 | 141 | 0.30 | 0.69 | 0 | 0.45 | 274.02 | 0.52 | 0.36 |
| Hex | 63 | 2C | 8D | 1E | 45 | 0 | 2D | 112 | 34 | 24 |
| Octal | 143 | 54 | 215 | 36 | 105 | 0 | 55 | 422 | 64 | 44 |
| Binary | 1100011 | 101100 | 10001101 | 11110 | 1000101 | 0 | 101101 | 100010010 | 110100 | 100100 |
Color Harmonies of #632C8D
Complementary color
Monochromatic Colors of #632C8D
Black with #632C8D
Text Example
Text Example
White with #632C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632C8D; }
p { color: rgb(99,44,141); }
H1.HeaderClassName
{
color: #632C8D;
}
.AnyTagClassName
{
color: #632C8D;
}
</style>
background-color css
<style>
a { background-color: #632C8D; }
a { background-color: rgb(99,44,141); }
div.DivClassName
{
background-color: #632C8D;
}
.BgClassName
{
background-color: #632C8D;
}
</style>
border-color css
<style>
span { border-color: #632C8D; }
span { border-color: rgb(99,44,141); }
td.TdClassName
{
border-color: #632C8D;
}
.TagClassName
{
border-color: #632C8D;
}
</style>