Shades of Vivid Violet #9738A3
Tints of Vivid Violet #9738A3
RGB
CMYK
RGB Variations
Color information
#9738A3 (or 0x9738A3) is known color: Vivid Violet. HEX triplet: 97, 38 and A3. RGB value is (151,56,163). Sum of RGB (Red+Green+Blue) = 151+56+163=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 163 (64.06% from 255 or 44.05% from 370); Max value from RGB is 163 - color contains mainly: blue. Hex color #9738A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9738A3 is #68C75C. Grayscale: #606060. Windows color (decimal): -6866781 or 10696855. OLE color: 10696855.
HSL color Cylindrical-coordinate representation of color #9738A3: hue angle of 293.27º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9738A3 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 56 | 163 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.36 |
| HSL | 293.27º | 0.49% | 0.43% | - |
| HSV(B) | 293.27º | 0.66% | 0.64% | - |
| XYZ | 20.79 | 12.05 | 35.88 | - |
| YUV | 96.6 | 165.47 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 56 | 163 | 0.07 | 0.66 | 0 | 0.36 | 293.27 | 0.49 | 0.43 |
| Hex | 97 | 38 | A3 | 7 | 42 | 0 | 24 | 125 | 31 | 2B |
| Octal | 227 | 70 | 243 | 7 | 102 | 0 | 44 | 445 | 61 | 53 |
| Binary | 10010111 | 111000 | 10100011 | 111 | 1000010 | 0 | 100100 | 100100101 | 110001 | 101011 |
Color Harmonies of #9738A3
Complementary color
Monochromatic Colors of #9738A3
Black with #9738A3
Text Example
Text Example
White with #9738A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9738A3; }
p { color: rgb(151,56,163); }
H1.HeaderClassName
{
color: #9738A3;
}
.AnyTagClassName
{
color: #9738A3;
}
</style>
background-color css
<style>
a { background-color: #9738A3; }
a { background-color: rgb(151,56,163); }
div.DivClassName
{
background-color: #9738A3;
}
.BgClassName
{
background-color: #9738A3;
}
</style>
border-color css
<style>
span { border-color: #9738A3; }
span { border-color: rgb(151,56,163); }
td.TdClassName
{
border-color: #9738A3;
}
.TagClassName
{
border-color: #9738A3;
}
</style>