Shades of Han Purple #6926E9
Tints of Han Purple #6926E9
RGB
CMYK
RGB Variations
Color information
#6926E9 (or 0x6926E9) is known color: Han Purple. HEX triplet: 69, 26 and E9. RGB value is (105,38,233). Sum of RGB (Red+Green+Blue) = 105+38+233=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 233 (91.41% from 255 or 61.97% from 376); Max value from RGB is 233 - color contains mainly: blue. Hex color #6926E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6926E9 is #96D916. Grayscale: #4F4F4F. Windows color (decimal): -9885975 or 15279721. OLE color: 15279721.
HSL color Cylindrical-coordinate representation of color #6926E9: hue angle of 260.62º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6926E9 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 38 | 233 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.09 |
| HSL | 260.62º | 0.82% | 0.53% | - |
| HSV(B) | 260.62º | 0.84% | 0.91% | - |
| XYZ | 21.23 | 10.27 | 77.95 | - |
| YUV | 80.26 | 214.2 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 38 | 233 | 0.55 | 0.84 | 0 | 0.09 | 260.62 | 0.82 | 0.53 |
| Hex | 69 | 26 | E9 | 37 | 54 | 0 | 9 | 105 | 52 | 35 |
| Octal | 151 | 46 | 351 | 67 | 124 | 0 | 11 | 405 | 122 | 65 |
| Binary | 1101001 | 100110 | 11101001 | 110111 | 1010100 | 0 | 1001 | 100000101 | 1010010 | 110101 |
Color Harmonies of #6926E9
Complementary color
Monochromatic Colors of #6926E9
Black with #6926E9
Text Example
Text Example
White with #6926E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6926E9; }
p { color: rgb(105,38,233); }
H1.HeaderClassName
{
color: #6926E9;
}
.AnyTagClassName
{
color: #6926E9;
}
</style>
background-color css
<style>
a { background-color: #6926E9; }
a { background-color: rgb(105,38,233); }
div.DivClassName
{
background-color: #6926E9;
}
.BgClassName
{
background-color: #6926E9;
}
</style>
border-color css
<style>
span { border-color: #6926E9; }
span { border-color: rgb(105,38,233); }
td.TdClassName
{
border-color: #6926E9;
}
.TagClassName
{
border-color: #6926E9;
}
</style>