Shades of Blue Violet #8525CB
Tints of Blue Violet #8525CB
RGB
CMYK
RGB Variations
Color information
#8525CB (or 0x8525CB) is known color: Blue Violet. HEX triplet: 85, 25 and CB. RGB value is (133,37,203). Sum of RGB (Red+Green+Blue) = 133+37+203=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #8525CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8525CB is #7ADA34. Grayscale: #545454. Windows color (decimal): -8051253 or 13313413. OLE color: 13313413.
HSL color Cylindrical-coordinate representation of color #8525CB: hue angle of 274.7º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8525CB is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 37 | 203 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.20 |
| HSL | 274.7º | 0.69% | 0.47% | - |
| HSV(B) | 274.7º | 0.82% | 0.8% | - |
| XYZ | 21.11 | 10.62 | 57.44 | - |
| YUV | 84.63 | 194.8 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 37 | 203 | 0.34 | 0.82 | 0 | 0.20 | 274.7 | 0.69 | 0.47 |
| Hex | 85 | 25 | CB | 22 | 52 | 0 | 14 | 113 | 45 | 2F |
| Octal | 205 | 45 | 313 | 42 | 122 | 0 | 24 | 423 | 105 | 57 |
| Binary | 10000101 | 100101 | 11001011 | 100010 | 1010010 | 0 | 10100 | 100010011 | 1000101 | 101111 |
Color Harmonies of #8525CB
Complementary color
Monochromatic Colors of #8525CB
Black with #8525CB
Text Example
Text Example
White with #8525CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8525CB; }
p { color: rgb(133,37,203); }
H1.HeaderClassName
{
color: #8525CB;
}
.AnyTagClassName
{
color: #8525CB;
}
</style>
background-color css
<style>
a { background-color: #8525CB; }
a { background-color: rgb(133,37,203); }
div.DivClassName
{
background-color: #8525CB;
}
.BgClassName
{
background-color: #8525CB;
}
</style>
border-color css
<style>
span { border-color: #8525CB; }
span { border-color: rgb(133,37,203); }
td.TdClassName
{
border-color: #8525CB;
}
.TagClassName
{
border-color: #8525CB;
}
</style>