Shades of Daisy Bush #633293
Tints of Daisy Bush #633293
RGB
CMYK
RGB Variations
Color information
#633293 (or 0x633293) is known color: Daisy Bush. HEX triplet: 63, 32 and 93. RGB value is (99,50,147). Sum of RGB (Red+Green+Blue) = 99+50+147=296 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.45% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #633293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633293 is #9CCD6C. Grayscale: #4B4B4B. Windows color (decimal): -10276205 or 9646691. OLE color: 9646691.
HSL color Cylindrical-coordinate representation of color #633293: hue angle of 270.31º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #633293 is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 50 | 147 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.42 |
| HSL | 270.31º | 0.49% | 0.39% | - |
| HSV(B) | 270.31º | 0.66% | 0.58% | - |
| XYZ | 11.55 | 7.04 | 28.35 | - |
| YUV | 75.71 | 168.23 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 50 | 147 | 0.33 | 0.66 | 0 | 0.42 | 270.31 | 0.49 | 0.39 |
| Hex | 63 | 32 | 93 | 21 | 42 | 0 | 2A | 10E | 31 | 27 |
| Octal | 143 | 62 | 223 | 41 | 102 | 0 | 52 | 416 | 61 | 47 |
| Binary | 1100011 | 110010 | 10010011 | 100001 | 1000010 | 0 | 101010 | 100001110 | 110001 | 100111 |
Color Harmonies of #633293
Complementary color
Monochromatic Colors of #633293
Black with #633293
Text Example
Text Example
White with #633293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633293; }
p { color: rgb(99,50,147); }
H1.HeaderClassName
{
color: #633293;
}
.AnyTagClassName
{
color: #633293;
}
</style>
background-color css
<style>
a { background-color: #633293; }
a { background-color: rgb(99,50,147); }
div.DivClassName
{
background-color: #633293;
}
.BgClassName
{
background-color: #633293;
}
</style>
border-color css
<style>
span { border-color: #633293; }
span { border-color: rgb(99,50,147); }
td.TdClassName
{
border-color: #633293;
}
.TagClassName
{
border-color: #633293;
}
</style>