Shades of Vivid Violet #96269C
Tints of Vivid Violet #96269C
RGB
CMYK
RGB Variations
Color information
#96269C (or 0x96269C) is known color: Vivid Violet. HEX triplet: 96, 26 and 9C. RGB value is (150,38,156). Sum of RGB (Red+Green+Blue) = 150+38+156=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #96269C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96269C is #69D963. Grayscale: #545454. Windows color (decimal): -6936932 or 10233494. OLE color: 10233494.
HSL color Cylindrical-coordinate representation of color #96269C: hue angle of 296.95º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #96269C is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 38 | 156 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.39 |
| HSL | 296.95º | 0.61% | 0.38% | - |
| HSV(B) | 296.95º | 0.76% | 0.61% | - |
| XYZ | 19.27 | 10.27 | 32.42 | - |
| YUV | 84.94 | 168.11 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 38 | 156 | 0.04 | 0.76 | 0 | 0.39 | 296.95 | 0.61 | 0.38 |
| Hex | 96 | 26 | 9C | 4 | 4C | 0 | 27 | 129 | 3D | 26 |
| Octal | 226 | 46 | 234 | 4 | 114 | 0 | 47 | 451 | 75 | 46 |
| Binary | 10010110 | 100110 | 10011100 | 100 | 1001100 | 0 | 100111 | 100101001 | 111101 | 100110 |
Color Harmonies of #96269C
Complementary color
Monochromatic Colors of #96269C
Black with #96269C
Text Example
Text Example
White with #96269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96269C; }
p { color: rgb(150,38,156); }
H1.HeaderClassName
{
color: #96269C;
}
.AnyTagClassName
{
color: #96269C;
}
</style>
background-color css
<style>
a { background-color: #96269C; }
a { background-color: rgb(150,38,156); }
div.DivClassName
{
background-color: #96269C;
}
.BgClassName
{
background-color: #96269C;
}
</style>
border-color css
<style>
span { border-color: #96269C; }
span { border-color: rgb(150,38,156); }
td.TdClassName
{
border-color: #96269C;
}
.TagClassName
{
border-color: #96269C;
}
</style>