Shades of Vivid Violet #82269B
Tints of Vivid Violet #82269B
RGB
CMYK
RGB Variations
Color information
#82269B (or 0x82269B) is known color: Vivid Violet. HEX triplet: 82, 26 and 9B. RGB value is (130,38,155). Sum of RGB (Red+Green+Blue) = 130+38+155=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #82269B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82269B is #7DD964. Grayscale: #4E4E4E. Windows color (decimal): -8247653 or 10167938. OLE color: 10167938.
HSL color Cylindrical-coordinate representation of color #82269B: hue angle of 287.18º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #82269B is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 38 | 155 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.39 |
| HSL | 287.18º | 0.61% | 0.38% | - |
| HSV(B) | 287.18º | 0.75% | 0.61% | - |
| XYZ | 15.82 | 8.5 | 31.82 | - |
| YUV | 78.85 | 170.98 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 38 | 155 | 0.16 | 0.75 | 0 | 0.39 | 287.18 | 0.61 | 0.38 |
| Hex | 82 | 26 | 9B | 10 | 4B | 0 | 27 | 11F | 3D | 26 |
| Octal | 202 | 46 | 233 | 20 | 113 | 0 | 47 | 437 | 75 | 46 |
| Binary | 10000010 | 100110 | 10011011 | 10000 | 1001011 | 0 | 100111 | 100011111 | 111101 | 100110 |
Color Harmonies of #82269B
Complementary color
Monochromatic Colors of #82269B
Black with #82269B
Text Example
Text Example
White with #82269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82269B; }
p { color: rgb(130,38,155); }
H1.HeaderClassName
{
color: #82269B;
}
.AnyTagClassName
{
color: #82269B;
}
</style>
background-color css
<style>
a { background-color: #82269B; }
a { background-color: rgb(130,38,155); }
div.DivClassName
{
background-color: #82269B;
}
.BgClassName
{
background-color: #82269B;
}
</style>
border-color css
<style>
span { border-color: #82269B; }
span { border-color: rgb(130,38,155); }
td.TdClassName
{
border-color: #82269B;
}
.TagClassName
{
border-color: #82269B;
}
</style>