Shades of Violet #DA8BEF
Tints of Violet #DA8BEF
RGB
CMYK
RGB Variations
Color information
#DA8BEF (or 0xDA8BEF) is known color: Violet. HEX triplet: DA, 8B and EF. RGB value is (218,139,239). Sum of RGB (Red+Green+Blue) = 218+139+239=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 139 (54.69% from 255 or 23.32% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA8BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8BEF is #257410. Grayscale: #ADADAD. Windows color (decimal): -2454545 or 15698906. OLE color: 15698906.
HSL color Cylindrical-coordinate representation of color #DA8BEF: hue angle of 287.4º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA8BEF is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 139 | 239 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.06 |
| HSL | 287.4º | 0.76% | 0.74% | - |
| HSV(B) | 287.4º | 0.42% | 0.94% | - |
| XYZ | 53.73 | 39.6 | 86.47 | - |
| YUV | 174.02 | 164.67 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 139 | 239 | 0.09 | 0.42 | 0 | 0.06 | 287.4 | 0.76 | 0.74 |
| Hex | DA | 8B | EF | 9 | 2A | 0 | 6 | 11F | 4C | 4A |
| Octal | 332 | 213 | 357 | 11 | 52 | 0 | 6 | 437 | 114 | 112 |
| Binary | 11011010 | 10001011 | 11101111 | 1001 | 101010 | 0 | 110 | 100011111 | 1001100 | 1001010 |
Color Harmonies of #DA8BEF
Complementary color
Monochromatic Colors of #DA8BEF
Black with #DA8BEF
Text Example
Text Example
White with #DA8BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8BEF; }
p { color: rgb(218,139,239); }
H1.HeaderClassName
{
color: #DA8BEF;
}
.AnyTagClassName
{
color: #DA8BEF;
}
</style>
background-color css
<style>
a { background-color: #DA8BEF; }
a { background-color: rgb(218,139,239); }
div.DivClassName
{
background-color: #DA8BEF;
}
.BgClassName
{
background-color: #DA8BEF;
}
</style>
border-color css
<style>
span { border-color: #DA8BEF; }
span { border-color: rgb(218,139,239); }
td.TdClassName
{
border-color: #DA8BEF;
}
.TagClassName
{
border-color: #DA8BEF;
}
</style>