Shades of True V #8167C3
Tints of True V #8167C3
RGB
CMYK
RGB Variations
Color information
#8167C3 (or 0x8167C3) is known color: True V. HEX triplet: 81, 67 and C3. RGB value is (129,103,195). Sum of RGB (Red+Green+Blue) = 129+103+195=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 195 (76.56% from 255 or 45.67% from 427); Max value from RGB is 195 - color contains mainly: blue. Hex color #8167C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8167C3 is #7E983C. Grayscale: #787878. Windows color (decimal): -8296509 or 12806017. OLE color: 12806017.
HSL color Cylindrical-coordinate representation of color #8167C3: hue angle of 256.96º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8167C3 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 103 | 195 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.24 |
| HSL | 256.96º | 0.43% | 0.58% | - |
| HSV(B) | 256.96º | 0.47% | 0.76% | - |
| XYZ | 23.75 | 18.31 | 53.91 | - |
| YUV | 121.26 | 169.61 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 103 | 195 | 0.34 | 0.47 | 0 | 0.24 | 256.96 | 0.43 | 0.58 |
| Hex | 81 | 67 | C3 | 22 | 2F | 0 | 18 | 101 | 2B | 3A |
| Octal | 201 | 147 | 303 | 42 | 57 | 0 | 30 | 401 | 53 | 72 |
| Binary | 10000001 | 1100111 | 11000011 | 100010 | 101111 | 0 | 11000 | 100000001 | 101011 | 111010 |
Color Harmonies of #8167C3
Complementary color
Monochromatic Colors of #8167C3
Black with #8167C3
Text Example
Text Example
White with #8167C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8167C3; }
p { color: rgb(129,103,195); }
H1.HeaderClassName
{
color: #8167C3;
}
.AnyTagClassName
{
color: #8167C3;
}
</style>
background-color css
<style>
a { background-color: #8167C3; }
a { background-color: rgb(129,103,195); }
div.DivClassName
{
background-color: #8167C3;
}
.BgClassName
{
background-color: #8167C3;
}
</style>
border-color css
<style>
span { border-color: #8167C3; }
span { border-color: rgb(129,103,195); }
td.TdClassName
{
border-color: #8167C3;
}
.TagClassName
{
border-color: #8167C3;
}
</style>