Shades of Blue Violet #973CF2
Tints of Blue Violet #973CF2
RGB
CMYK
RGB Variations
Color information
#973CF2 (or 0x973CF2) is known color: Blue Violet. HEX triplet: 97, 3C and F2. RGB value is (151,60,242). Sum of RGB (Red+Green+Blue) = 151+60+242=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 60 (23.83% from 255 or 13.25% from 453); Blue value is 242 (94.92% from 255 or 53.42% from 453); Max value from RGB is 242 - color contains mainly: blue. Hex color #973CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973CF2 is #68C30D. Grayscale: #6B6B6B. Windows color (decimal): -6865678 or 15875223. OLE color: 15875223.
HSL color Cylindrical-coordinate representation of color #973CF2: hue angle of 270º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #973CF2 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 60 | 242 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.05 |
| HSL | 270º | 0.88% | 0.59% | - |
| HSV(B) | 270º | 0.75% | 0.95% | - |
| XYZ | 30.41 | 16.22 | 85.53 | - |
| YUV | 107.96 | 203.65 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 60 | 242 | 0.38 | 0.75 | 0 | 0.05 | 270 | 0.88 | 0.59 |
| Hex | 97 | 3C | F2 | 26 | 4B | 0 | 5 | 10E | 58 | 3B |
| Octal | 227 | 74 | 362 | 46 | 113 | 0 | 5 | 416 | 130 | 73 |
| Binary | 10010111 | 111100 | 11110010 | 100110 | 1001011 | 0 | 101 | 100001110 | 1011000 | 111011 |
Color Harmonies of #973CF2
Complementary color
Monochromatic Colors of #973CF2
Black with #973CF2
Text Example
Text Example
White with #973CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973CF2; }
p { color: rgb(151,60,242); }
H1.HeaderClassName
{
color: #973CF2;
}
.AnyTagClassName
{
color: #973CF2;
}
</style>
background-color css
<style>
a { background-color: #973CF2; }
a { background-color: rgb(151,60,242); }
div.DivClassName
{
background-color: #973CF2;
}
.BgClassName
{
background-color: #973CF2;
}
</style>
border-color css
<style>
span { border-color: #973CF2; }
span { border-color: rgb(151,60,242); }
td.TdClassName
{
border-color: #973CF2;
}
.TagClassName
{
border-color: #973CF2;
}
</style>