Shades of Camelot #8F3A4D
Tints of Camelot #8F3A4D
RGB
CMYK
RGB Variations
Color information
#8F3A4D (or 0x8F3A4D) is known color: Camelot. HEX triplet: 8F, 3A and 4D. RGB value is (143,58,77). Sum of RGB (Red+Green+Blue) = 143+58+77=278 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.44% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3A4D is #70C5B2. Grayscale: #555555. Windows color (decimal): -7390643 or 5061263. OLE color: 5061263.
HSL color Cylindrical-coordinate representation of color #8F3A4D: hue angle of 346.59º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F3A4D is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 58 | 77 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.44 |
| HSL | 346.59º | 0.42% | 0.39% | - |
| HSV(B) | 346.59º | 0.59% | 0.56% | - |
| XYZ | 14.18 | 9.4 | 8.09 | - |
| YUV | 85.58 | 123.16 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 58 | 77 | 0 | 0.59 | 0.46 | 0.44 | 346.59 | 0.42 | 0.39 |
| Hex | 8F | 3A | 4D | 0 | 3B | 2E | 2C | 15B | 2A | 27 |
| Octal | 217 | 72 | 115 | 0 | 73 | 56 | 54 | 533 | 52 | 47 |
| Binary | 10001111 | 111010 | 1001101 | 0 | 111011 | 101110 | 101100 | 101011011 | 101010 | 100111 |
Color Harmonies of #8F3A4D
Complementary color
Monochromatic Colors of #8F3A4D
Black with #8F3A4D
Text Example
Text Example
White with #8F3A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3A4D; }
p { color: rgb(143,58,77); }
H1.HeaderClassName
{
color: #8F3A4D;
}
.AnyTagClassName
{
color: #8F3A4D;
}
</style>
background-color css
<style>
a { background-color: #8F3A4D; }
a { background-color: rgb(143,58,77); }
div.DivClassName
{
background-color: #8F3A4D;
}
.BgClassName
{
background-color: #8F3A4D;
}
</style>
border-color css
<style>
span { border-color: #8F3A4D; }
span { border-color: rgb(143,58,77); }
td.TdClassName
{
border-color: #8F3A4D;
}
.TagClassName
{
border-color: #8F3A4D;
}
</style>