Shades of Daisy Bush #633B8E
Tints of Daisy Bush #633B8E
RGB
CMYK
RGB Variations
Color information
#633B8E (or 0x633B8E) is known color: Daisy Bush. HEX triplet: 63, 3B and 8E. RGB value is (99,59,142). Sum of RGB (Red+Green+Blue) = 99+59+142=300 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 142 (55.86% from 255 or 47.33% from 300); Max value from RGB is 142 - color contains mainly: blue. Hex color #633B8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633B8E is #9CC471. Grayscale: #505050. Windows color (decimal): -10273906 or 9321315. OLE color: 9321315.
HSL color Cylindrical-coordinate representation of color #633B8E: hue angle of 268.92º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #633B8E is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 59 | 142 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.44 |
| HSL | 268.92º | 0.41% | 0.39% | - |
| HSV(B) | 268.92º | 0.58% | 0.56% | - |
| XYZ | 11.59 | 7.73 | 26.47 | - |
| YUV | 80.42 | 162.75 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 59 | 142 | 0.30 | 0.58 | 0 | 0.44 | 268.92 | 0.41 | 0.39 |
| Hex | 63 | 3B | 8E | 1E | 3A | 0 | 2C | 10D | 29 | 27 |
| Octal | 143 | 73 | 216 | 36 | 72 | 0 | 54 | 415 | 51 | 47 |
| Binary | 1100011 | 111011 | 10001110 | 11110 | 111010 | 0 | 101100 | 100001101 | 101001 | 100111 |
Color Harmonies of #633B8E
Complementary color
Monochromatic Colors of #633B8E
Black with #633B8E
Text Example
Text Example
White with #633B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633B8E; }
p { color: rgb(99,59,142); }
H1.HeaderClassName
{
color: #633B8E;
}
.AnyTagClassName
{
color: #633B8E;
}
</style>
background-color css
<style>
a { background-color: #633B8E; }
a { background-color: rgb(99,59,142); }
div.DivClassName
{
background-color: #633B8E;
}
.BgClassName
{
background-color: #633B8E;
}
</style>
border-color css
<style>
span { border-color: #633B8E; }
span { border-color: rgb(99,59,142); }
td.TdClassName
{
border-color: #633B8E;
}
.TagClassName
{
border-color: #633B8E;
}
</style>