Shades of Kingfisher Daisy #65398B
Tints of Kingfisher Daisy #65398B
RGB
CMYK
RGB Variations
Color information
#65398B (or 0x65398B) is known color: Kingfisher Daisy. HEX triplet: 65, 39 and 8B. RGB value is (101,57,139). Sum of RGB (Red+Green+Blue) = 101+57+139=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #65398B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65398B is #9AC674. Grayscale: #4F4F4F. Windows color (decimal): -10143349 or 9124197. OLE color: 9124197.
HSL color Cylindrical-coordinate representation of color #65398B: hue angle of 272.2º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65398B is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 57 | 139 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.45 |
| HSL | 272.2º | 0.42% | 0.38% | - |
| HSV(B) | 272.2º | 0.59% | 0.55% | - |
| XYZ | 11.49 | 7.56 | 25.28 | - |
| YUV | 79.5 | 161.58 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 57 | 139 | 0.27 | 0.59 | 0 | 0.45 | 272.2 | 0.42 | 0.38 |
| Hex | 65 | 39 | 8B | 1B | 3B | 0 | 2D | 110 | 2A | 26 |
| Octal | 145 | 71 | 213 | 33 | 73 | 0 | 55 | 420 | 52 | 46 |
| Binary | 1100101 | 111001 | 10001011 | 11011 | 111011 | 0 | 101101 | 100010000 | 101010 | 100110 |
Color Harmonies of #65398B
Complementary color
Monochromatic Colors of #65398B
Black with #65398B
Text Example
Text Example
White with #65398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65398B; }
p { color: rgb(101,57,139); }
H1.HeaderClassName
{
color: #65398B;
}
.AnyTagClassName
{
color: #65398B;
}
</style>
background-color css
<style>
a { background-color: #65398B; }
a { background-color: rgb(101,57,139); }
div.DivClassName
{
background-color: #65398B;
}
.BgClassName
{
background-color: #65398B;
}
</style>
border-color css
<style>
span { border-color: #65398B; }
span { border-color: rgb(101,57,139); }
td.TdClassName
{
border-color: #65398B;
}
.TagClassName
{
border-color: #65398B;
}
</style>