Shades of Blue Violet #9938FA
Tints of Blue Violet #9938FA
RGB
CMYK
RGB Variations
Color information
#9938FA (or 0x9938FA) is known color: Blue Violet. HEX triplet: 99, 38 and FA. RGB value is (153,56,250). Sum of RGB (Red+Green+Blue) = 153+56+250=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 56 (22.27% from 255 or 12.20% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #9938FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9938FA is #66C705. Grayscale: #6A6A6A. Windows color (decimal): -6735622 or 16398489. OLE color: 16398489.
HSL color Cylindrical-coordinate representation of color #9938FA: hue angle of 270º degrees, saturation: 0.95, 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 #9938FA is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 56 | 250 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.02 |
| HSL | 270º | 0.95% | 0.6% | - |
| HSV(B) | 270º | 0.78% | 0.98% | - |
| XYZ | 31.81 | 16.5 | 91.95 | - |
| YUV | 107.12 | 208.64 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 250 | 0.39 | 0.78 | 0 | 0.02 | 270 | 0.95 | 0.6 |
| Hex | 99 | 38 | FA | 27 | 4E | 0 | 2 | 10E | 5F | 3C |
| Octal | 231 | 70 | 372 | 47 | 116 | 0 | 2 | 416 | 137 | 74 |
| Binary | 10011001 | 111000 | 11111010 | 100111 | 1001110 | 0 | 10 | 100001110 | 1011111 | 111100 |
Color Harmonies of #9938FA
Complementary color
Monochromatic Colors of #9938FA
Black with #9938FA
Text Example
Text Example
White with #9938FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9938FA; }
p { color: rgb(153,56,250); }
H1.HeaderClassName
{
color: #9938FA;
}
.AnyTagClassName
{
color: #9938FA;
}
</style>
background-color css
<style>
a { background-color: #9938FA; }
a { background-color: rgb(153,56,250); }
div.DivClassName
{
background-color: #9938FA;
}
.BgClassName
{
background-color: #9938FA;
}
</style>
border-color css
<style>
span { border-color: #9938FA; }
span { border-color: rgb(153,56,250); }
td.TdClassName
{
border-color: #9938FA;
}
.TagClassName
{
border-color: #9938FA;
}
</style>