Shades of Vivid Violet #90388F
Tints of Vivid Violet #90388F
RGB
CMYK
RGB Variations
Color information
#90388F (or 0x90388F) is known color: Vivid Violet. HEX triplet: 90, 38 and 8F. RGB value is (144,56,143). Sum of RGB (Red+Green+Blue) = 144+56+143=343 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.98% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 144 - color contains mainly: red. Hex color #90388F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90388F is #6FC770. Grayscale: #5B5B5B. Windows color (decimal): -7325553 or 9386128. OLE color: 9386128.
HSL color Cylindrical-coordinate representation of color #90388F: hue angle of 300.68º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #90388F is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 56 | 143 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.44 |
| HSL | 300.68º | 0.44% | 0.39% | - |
| HSV(B) | 300.68º | 0.61% | 0.56% | - |
| XYZ | 17.87 | 10.74 | 27.12 | - |
| YUV | 92.23 | 156.65 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 56 | 143 | 0 | 0.61 | 0.01 | 0.44 | 300.68 | 0.44 | 0.39 |
| Hex | 90 | 38 | 8F | 0 | 3D | 1 | 2C | 12D | 2C | 27 |
| Octal | 220 | 70 | 217 | 0 | 75 | 1 | 54 | 455 | 54 | 47 |
| Binary | 10010000 | 111000 | 10001111 | 0 | 111101 | 1 | 101100 | 100101101 | 101100 | 100111 |
Color Harmonies of #90388F
Complementary color
Monochromatic Colors of #90388F
Black with #90388F
Text Example
Text Example
White with #90388F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90388F; }
p { color: rgb(144,56,143); }
H1.HeaderClassName
{
color: #90388F;
}
.AnyTagClassName
{
color: #90388F;
}
</style>
background-color css
<style>
a { background-color: #90388F; }
a { background-color: rgb(144,56,143); }
div.DivClassName
{
background-color: #90388F;
}
.BgClassName
{
background-color: #90388F;
}
</style>
border-color css
<style>
span { border-color: #90388F; }
span { border-color: rgb(144,56,143); }
td.TdClassName
{
border-color: #90388F;
}
.TagClassName
{
border-color: #90388F;
}
</style>