Shades of Han Purple #5308F9
Tints of Han Purple #5308F9
RGB
CMYK
RGB Variations
Color information
#5308F9 (or 0x5308F9) is known color: Han Purple. HEX triplet: 53, 08 and F9. RGB value is (83,8,249). Sum of RGB (Red+Green+Blue) = 83+8+249=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 249 (97.66% from 255 or 73.24% from 340); Max value from RGB is 249 - color contains mainly: blue. Hex color #5308F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5308F9 is #ACF706. Grayscale: #393939. Windows color (decimal): -11335431 or 16320595. OLE color: 16320595.
HSL color Cylindrical-coordinate representation of color #5308F9: hue angle of 258.67º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5308F9 is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 8 | 249 | - |
| CMYK | 0.67 | 0.97 | 0 | 0.02 |
| HSL | 258.67º | 0.95% | 0.5% | - |
| HSV(B) | 258.67º | 0.97% | 0.98% | - |
| XYZ | 20.75 | 8.85 | 90.24 | - |
| YUV | 57.9 | 235.85 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 249 | 0.67 | 0.97 | 0 | 0.02 | 258.67 | 0.95 | 0.5 |
| Hex | 53 | 8 | F9 | 43 | 61 | 0 | 2 | 103 | 5F | 32 |
| Octal | 123 | 10 | 371 | 103 | 141 | 0 | 2 | 403 | 137 | 62 |
| Binary | 1010011 | 1000 | 11111001 | 1000011 | 1100001 | 0 | 10 | 100000011 | 1011111 | 110010 |
Color Harmonies of #5308F9
Complementary color
Monochromatic Colors of #5308F9
Black with #5308F9
Text Example
Text Example
White with #5308F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5308F9; }
p { color: rgb(83,8,249); }
H1.HeaderClassName
{
color: #5308F9;
}
.AnyTagClassName
{
color: #5308F9;
}
</style>
background-color css
<style>
a { background-color: #5308F9; }
a { background-color: rgb(83,8,249); }
div.DivClassName
{
background-color: #5308F9;
}
.BgClassName
{
background-color: #5308F9;
}
</style>
border-color css
<style>
span { border-color: #5308F9; }
span { border-color: rgb(83,8,249); }
td.TdClassName
{
border-color: #5308F9;
}
.TagClassName
{
border-color: #5308F9;
}
</style>