Shades of Medium Purple #8A65DA
Tints of Medium Purple #8A65DA
RGB
CMYK
RGB Variations
Color information
#8A65DA (or 0x8A65DA) is known color: Medium Purple. HEX triplet: 8A, 65 and DA. RGB value is (138,101,218). Sum of RGB (Red+Green+Blue) = 138+101+218=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #8A65DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A65DA is #759A25. Grayscale: #7C7C7C. Windows color (decimal): -7707174 or 14312842. OLE color: 14312842.
HSL color Cylindrical-coordinate representation of color #8A65DA: hue angle of 258.97º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A65DA is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 101 | 218 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.15 |
| HSL | 258.97º | 0.61% | 0.63% | - |
| HSV(B) | 258.97º | 0.54% | 0.85% | - |
| XYZ | 27.79 | 19.77 | 68.68 | - |
| YUV | 125.4 | 180.26 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 101 | 218 | 0.37 | 0.54 | 0 | 0.15 | 258.97 | 0.61 | 0.63 |
| Hex | 8A | 65 | DA | 25 | 36 | 0 | F | 103 | 3D | 3F |
| Octal | 212 | 145 | 332 | 45 | 66 | 0 | 17 | 403 | 75 | 77 |
| Binary | 10001010 | 1100101 | 11011010 | 100101 | 110110 | 0 | 1111 | 100000011 | 111101 | 111111 |
Color Harmonies of #8A65DA
Complementary color
Monochromatic Colors of #8A65DA
Black with #8A65DA
Text Example
Text Example
White with #8A65DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A65DA; }
p { color: rgb(138,101,218); }
H1.HeaderClassName
{
color: #8A65DA;
}
.AnyTagClassName
{
color: #8A65DA;
}
</style>
background-color css
<style>
a { background-color: #8A65DA; }
a { background-color: rgb(138,101,218); }
div.DivClassName
{
background-color: #8A65DA;
}
.BgClassName
{
background-color: #8A65DA;
}
</style>
border-color css
<style>
span { border-color: #8A65DA; }
span { border-color: rgb(138,101,218); }
td.TdClassName
{
border-color: #8A65DA;
}
.TagClassName
{
border-color: #8A65DA;
}
</style>