Shades of Vivid Violet #95438C
Tints of Vivid Violet #95438C
RGB
CMYK
RGB Variations
Color information
#95438C (or 0x95438C) is known color: Vivid Violet. HEX triplet: 95, 43 and 8C. RGB value is (149,67,140). Sum of RGB (Red+Green+Blue) = 149+67+140=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #95438C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95438C is #6ABC73. Grayscale: #636363. Windows color (decimal): -6995060 or 9192341. OLE color: 9192341.
HSL color Cylindrical-coordinate representation of color #95438C: hue angle of 306.59º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95438C is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 67 | 140 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.42 |
| HSL | 306.59º | 0.38% | 0.42% | - |
| HSV(B) | 306.59º | 0.55% | 0.58% | - |
| XYZ | 19.14 | 12.3 | 26.18 | - |
| YUV | 99.84 | 150.67 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 140 | 0 | 0.55 | 0.06 | 0.42 | 306.59 | 0.38 | 0.42 |
| Hex | 95 | 43 | 8C | 0 | 37 | 6 | 2A | 133 | 26 | 2A |
| Octal | 225 | 103 | 214 | 0 | 67 | 6 | 52 | 463 | 46 | 52 |
| Binary | 10010101 | 1000011 | 10001100 | 0 | 110111 | 110 | 101010 | 100110011 | 100110 | 101010 |
Color Harmonies of #95438C
Complementary color
Monochromatic Colors of #95438C
Black with #95438C
Text Example
Text Example
White with #95438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95438C; }
p { color: rgb(149,67,140); }
H1.HeaderClassName
{
color: #95438C;
}
.AnyTagClassName
{
color: #95438C;
}
</style>
background-color css
<style>
a { background-color: #95438C; }
a { background-color: rgb(149,67,140); }
div.DivClassName
{
background-color: #95438C;
}
.BgClassName
{
background-color: #95438C;
}
</style>
border-color css
<style>
span { border-color: #95438C; }
span { border-color: rgb(149,67,140); }
td.TdClassName
{
border-color: #95438C;
}
.TagClassName
{
border-color: #95438C;
}
</style>