Shades of Daisy Bush #633A8B
Tints of Daisy Bush #633A8B
RGB
CMYK
RGB Variations
Color information
#633A8B (or 0x633A8B) is known color: Daisy Bush. HEX triplet: 63, 3A and 8B. RGB value is (99,58,139). Sum of RGB (Red+Green+Blue) = 99+58+139=296 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.45% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #633A8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633A8B is #9CC574. Grayscale: #4F4F4F. Windows color (decimal): -10274165 or 9124451. OLE color: 9124451.
HSL color Cylindrical-coordinate representation of color #633A8B: hue angle of 270.37º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #633A8B is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 58 | 139 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.45 |
| HSL | 270.37º | 0.41% | 0.39% | - |
| HSV(B) | 270.37º | 0.58% | 0.55% | - |
| XYZ | 11.32 | 7.54 | 25.29 | - |
| YUV | 79.49 | 161.58 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 58 | 139 | 0.29 | 0.58 | 0 | 0.45 | 270.37 | 0.41 | 0.39 |
| Hex | 63 | 3A | 8B | 1D | 3A | 0 | 2D | 10E | 29 | 27 |
| Octal | 143 | 72 | 213 | 35 | 72 | 0 | 55 | 416 | 51 | 47 |
| Binary | 1100011 | 111010 | 10001011 | 11101 | 111010 | 0 | 101101 | 100001110 | 101001 | 100111 |
Color Harmonies of #633A8B
Complementary color
Monochromatic Colors of #633A8B
Black with #633A8B
Text Example
Text Example
White with #633A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633A8B; }
p { color: rgb(99,58,139); }
H1.HeaderClassName
{
color: #633A8B;
}
.AnyTagClassName
{
color: #633A8B;
}
</style>
background-color css
<style>
a { background-color: #633A8B; }
a { background-color: rgb(99,58,139); }
div.DivClassName
{
background-color: #633A8B;
}
.BgClassName
{
background-color: #633A8B;
}
</style>
border-color css
<style>
span { border-color: #633A8B; }
span { border-color: rgb(99,58,139); }
td.TdClassName
{
border-color: #633A8B;
}
.TagClassName
{
border-color: #633A8B;
}
</style>