Shades of Medium Purple #9381D2
Tints of Medium Purple #9381D2
RGB
CMYK
RGB Variations
Color information
#9381D2 (or 0x9381D2) is known color: Medium Purple. HEX triplet: 93, 81 and D2. RGB value is (147,129,210). Sum of RGB (Red+Green+Blue) = 147+129+210=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 210 (82.42% from 255 or 43.21% from 486); Max value from RGB is 210 - color contains mainly: blue. Hex color #9381D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9381D2 is #6C7E2D. Grayscale: #8F8F8F. Windows color (decimal): -7110190 or 13795731. OLE color: 13795731.
HSL color Cylindrical-coordinate representation of color #9381D2: hue angle of 253.33º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9381D2 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 129 | 210 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.18 |
| HSL | 253.33º | 0.47% | 0.66% | - |
| HSV(B) | 253.33º | 0.39% | 0.82% | - |
| XYZ | 31.52 | 26.56 | 64.44 | - |
| YUV | 143.62 | 165.46 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 129 | 210 | 0.30 | 0.39 | 0 | 0.18 | 253.33 | 0.47 | 0.66 |
| Hex | 93 | 81 | D2 | 1E | 27 | 0 | 12 | FD | 2F | 42 |
| Octal | 223 | 201 | 322 | 36 | 47 | 0 | 22 | 375 | 57 | 102 |
| Binary | 10010011 | 10000001 | 11010010 | 11110 | 100111 | 0 | 10010 | 11111101 | 101111 | 1000010 |
Color Harmonies of #9381D2
Complementary color
Monochromatic Colors of #9381D2
Black with #9381D2
Text Example
Text Example
White with #9381D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9381D2; }
p { color: rgb(147,129,210); }
H1.HeaderClassName
{
color: #9381D2;
}
.AnyTagClassName
{
color: #9381D2;
}
</style>
background-color css
<style>
a { background-color: #9381D2; }
a { background-color: rgb(147,129,210); }
div.DivClassName
{
background-color: #9381D2;
}
.BgClassName
{
background-color: #9381D2;
}
</style>
border-color css
<style>
span { border-color: #9381D2; }
span { border-color: rgb(147,129,210); }
td.TdClassName
{
border-color: #9381D2;
}
.TagClassName
{
border-color: #9381D2;
}
</style>