Shades of Han Purple #6936F9
Tints of Han Purple #6936F9
RGB
CMYK
RGB Variations
Color information
#6936F9 (or 0x6936F9) is known color: Han Purple. HEX triplet: 69, 36 and F9. RGB value is (105,54,249). Sum of RGB (Red+Green+Blue) = 105+54+249=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 54 (21.48% from 255 or 13.24% from 408); Blue value is 249 (97.66% from 255 or 61.03% from 408); Max value from RGB is 249 - color contains mainly: blue. Hex color #6936F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6936F9 is #96C906. Grayscale: #5A5A5A. Windows color (decimal): -9881863 or 16332393. OLE color: 16332393.
HSL color Cylindrical-coordinate representation of color #6936F9: hue angle of 255.69º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6936F9 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 54 | 249 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.02 |
| HSL | 255.69º | 0.94% | 0.59% | - |
| HSV(B) | 255.69º | 0.78% | 0.98% | - |
| XYZ | 24.24 | 12.48 | 90.75 | - |
| YUV | 91.48 | 216.9 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 54 | 249 | 0.58 | 0.78 | 0 | 0.02 | 255.69 | 0.94 | 0.59 |
| Hex | 69 | 36 | F9 | 3A | 4E | 0 | 2 | 100 | 5E | 3B |
| Octal | 151 | 66 | 371 | 72 | 116 | 0 | 2 | 400 | 136 | 73 |
| Binary | 1101001 | 110110 | 11111001 | 111010 | 1001110 | 0 | 10 | 100000000 | 1011110 | 111011 |
Color Harmonies of #6936F9
Complementary color
Monochromatic Colors of #6936F9
Black with #6936F9
Text Example
Text Example
White with #6936F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6936F9; }
p { color: rgb(105,54,249); }
H1.HeaderClassName
{
color: #6936F9;
}
.AnyTagClassName
{
color: #6936F9;
}
</style>
background-color css
<style>
a { background-color: #6936F9; }
a { background-color: rgb(105,54,249); }
div.DivClassName
{
background-color: #6936F9;
}
.BgClassName
{
background-color: #6936F9;
}
</style>
border-color css
<style>
span { border-color: #6936F9; }
span { border-color: rgb(105,54,249); }
td.TdClassName
{
border-color: #6936F9;
}
.TagClassName
{
border-color: #6936F9;
}
</style>