Shades of Daisy Bush #65398E
Tints of Daisy Bush #65398E
RGB
CMYK
RGB Variations
Color information
#65398E (or 0x65398E) is known color: Daisy Bush. HEX triplet: 65, 39 and 8E. RGB value is (101,57,142). Sum of RGB (Red+Green+Blue) = 101+57+142=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 57 (22.66% from 255 or 19% 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 #65398E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65398E is #9AC671. Grayscale: #4F4F4F. Windows color (decimal): -10143346 or 9320805. OLE color: 9320805.
HSL color Cylindrical-coordinate representation of color #65398E: hue angle of 271.06º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65398E is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 57 | 142 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.44 |
| HSL | 271.06º | 0.43% | 0.39% | - |
| HSV(B) | 271.06º | 0.6% | 0.56% | - |
| XYZ | 11.71 | 7.65 | 26.45 | - |
| YUV | 79.85 | 163.08 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 57 | 142 | 0.29 | 0.60 | 0 | 0.44 | 271.06 | 0.43 | 0.39 |
| Hex | 65 | 39 | 8E | 1D | 3C | 0 | 2C | 10F | 2B | 27 |
| Octal | 145 | 71 | 216 | 35 | 74 | 0 | 54 | 417 | 53 | 47 |
| Binary | 1100101 | 111001 | 10001110 | 11101 | 111100 | 0 | 101100 | 100001111 | 101011 | 100111 |
Color Harmonies of #65398E
Complementary color
Monochromatic Colors of #65398E
Black with #65398E
Text Example
Text Example
White with #65398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65398E; }
p { color: rgb(101,57,142); }
H1.HeaderClassName
{
color: #65398E;
}
.AnyTagClassName
{
color: #65398E;
}
</style>
background-color css
<style>
a { background-color: #65398E; }
a { background-color: rgb(101,57,142); }
div.DivClassName
{
background-color: #65398E;
}
.BgClassName
{
background-color: #65398E;
}
</style>
border-color css
<style>
span { border-color: #65398E; }
span { border-color: rgb(101,57,142); }
td.TdClassName
{
border-color: #65398E;
}
.TagClassName
{
border-color: #65398E;
}
</style>