Shades of Vivid Violet #8638AA
Tints of Vivid Violet #8638AA
RGB
CMYK
RGB Variations
Color information
#8638AA (or 0x8638AA) is known color: Vivid Violet. HEX triplet: 86, 38 and AA. RGB value is (134,56,170). Sum of RGB (Red+Green+Blue) = 134+56+170=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #8638AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8638AA is #79C755. Grayscale: #5B5B5B. Windows color (decimal): -7980886 or 11155590. OLE color: 11155590.
HSL color Cylindrical-coordinate representation of color #8638AA: hue angle of 281.05º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8638AA is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 56 | 170 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.33 |
| HSL | 281.05º | 0.5% | 0.44% | - |
| HSV(B) | 281.05º | 0.67% | 0.67% | - |
| XYZ | 18.5 | 10.8 | 39.14 | - |
| YUV | 92.32 | 171.84 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 56 | 170 | 0.21 | 0.67 | 0 | 0.33 | 281.05 | 0.5 | 0.44 |
| Hex | 86 | 38 | AA | 15 | 43 | 0 | 21 | 119 | 32 | 2C |
| Octal | 206 | 70 | 252 | 25 | 103 | 0 | 41 | 431 | 62 | 54 |
| Binary | 10000110 | 111000 | 10101010 | 10101 | 1000011 | 0 | 100001 | 100011001 | 110010 | 101100 |
Color Harmonies of #8638AA
Complementary color
Monochromatic Colors of #8638AA
Black with #8638AA
Text Example
Text Example
White with #8638AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8638AA; }
p { color: rgb(134,56,170); }
H1.HeaderClassName
{
color: #8638AA;
}
.AnyTagClassName
{
color: #8638AA;
}
</style>
background-color css
<style>
a { background-color: #8638AA; }
a { background-color: rgb(134,56,170); }
div.DivClassName
{
background-color: #8638AA;
}
.BgClassName
{
background-color: #8638AA;
}
</style>
border-color css
<style>
span { border-color: #8638AA; }
span { border-color: rgb(134,56,170); }
td.TdClassName
{
border-color: #8638AA;
}
.TagClassName
{
border-color: #8638AA;
}
</style>