Shades of Han Purple #6938F9
Tints of Han Purple #6938F9
RGB
CMYK
RGB Variations
Color information
#6938F9 (or 0x6938F9) is known color: Han Purple. HEX triplet: 69, 38 and F9. RGB value is (105,56,249). Sum of RGB (Red+Green+Blue) = 105+56+249=410 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.61% from 410); Green value is 56 (22.27% from 255 or 13.66% from 410); Blue value is 249 (97.66% from 255 or 60.73% from 410); Max value from RGB is 249 - color contains mainly: blue. Hex color #6938F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6938F9 is #96C706. Grayscale: #5B5B5B. Windows color (decimal): -9881351 or 16332905. OLE color: 16332905.
HSL color Cylindrical-coordinate representation of color #6938F9: hue angle of 255.23º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6938F9 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 56 | 249 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.02 |
| HSL | 255.23º | 0.94% | 0.6% | - |
| HSV(B) | 255.23º | 0.78% | 0.98% | - |
| XYZ | 24.34 | 12.67 | 90.79 | - |
| YUV | 92.65 | 216.23 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 56 | 249 | 0.58 | 0.78 | 0 | 0.02 | 255.23 | 0.94 | 0.6 |
| Hex | 69 | 38 | F9 | 3A | 4E | 0 | 2 | FF | 5E | 3C |
| Octal | 151 | 70 | 371 | 72 | 116 | 0 | 2 | 377 | 136 | 74 |
| Binary | 1101001 | 111000 | 11111001 | 111010 | 1001110 | 0 | 10 | 11111111 | 1011110 | 111100 |
Color Harmonies of #6938F9
Complementary color
Monochromatic Colors of #6938F9
Black with #6938F9
Text Example
Text Example
White with #6938F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6938F9; }
p { color: rgb(105,56,249); }
H1.HeaderClassName
{
color: #6938F9;
}
.AnyTagClassName
{
color: #6938F9;
}
</style>
background-color css
<style>
a { background-color: #6938F9; }
a { background-color: rgb(105,56,249); }
div.DivClassName
{
background-color: #6938F9;
}
.BgClassName
{
background-color: #6938F9;
}
</style>
border-color css
<style>
span { border-color: #6938F9; }
span { border-color: rgb(105,56,249); }
td.TdClassName
{
border-color: #6938F9;
}
.TagClassName
{
border-color: #6938F9;
}
</style>