Shades of Daisy Bush #633393
Tints of Daisy Bush #633393
RGB
CMYK
RGB Variations
Color information
#633393 (or 0x633393) is known color: Daisy Bush. HEX triplet: 63, 33 and 93. RGB value is (99,51,147). Sum of RGB (Red+Green+Blue) = 99+51+147=297 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.33% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #633393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633393 is #9CCC6C. Grayscale: #4B4B4B. Windows color (decimal): -10275949 or 9646947. OLE color: 9646947.
HSL color Cylindrical-coordinate representation of color #633393: hue angle of 270º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #633393 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 51 | 147 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.42 |
| HSL | 270º | 0.48% | 0.39% | - |
| HSV(B) | 270º | 0.65% | 0.58% | - |
| XYZ | 11.6 | 7.13 | 28.37 | - |
| YUV | 76.3 | 167.9 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 51 | 147 | 0.33 | 0.65 | 0 | 0.42 | 270 | 0.48 | 0.39 |
| Hex | 63 | 33 | 93 | 21 | 41 | 0 | 2A | 10E | 30 | 27 |
| Octal | 143 | 63 | 223 | 41 | 101 | 0 | 52 | 416 | 60 | 47 |
| Binary | 1100011 | 110011 | 10010011 | 100001 | 1000001 | 0 | 101010 | 100001110 | 110000 | 100111 |
Color Harmonies of #633393
Complementary color
Monochromatic Colors of #633393
Black with #633393
Text Example
Text Example
White with #633393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633393; }
p { color: rgb(99,51,147); }
H1.HeaderClassName
{
color: #633393;
}
.AnyTagClassName
{
color: #633393;
}
</style>
background-color css
<style>
a { background-color: #633393; }
a { background-color: rgb(99,51,147); }
div.DivClassName
{
background-color: #633393;
}
.BgClassName
{
background-color: #633393;
}
</style>
border-color css
<style>
span { border-color: #633393; }
span { border-color: rgb(99,51,147); }
td.TdClassName
{
border-color: #633393;
}
.TagClassName
{
border-color: #633393;
}
</style>