Shades of Blue Violet #8525CC
Tints of Blue Violet #8525CC
RGB
CMYK
RGB Variations
Color information
#8525CC (or 0x8525CC) is known color: Blue Violet. HEX triplet: 85, 25 and CC. RGB value is (133,37,204). Sum of RGB (Red+Green+Blue) = 133+37+204=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #8525CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8525CC is #7ADA33. Grayscale: #545454. Windows color (decimal): -8051252 or 13378949. OLE color: 13378949.
HSL color Cylindrical-coordinate representation of color #8525CC: hue angle of 274.49º 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 #8525CC is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 37 | 204 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.2 |
| HSL | 274.49º | 0.69% | 0.47% | - |
| HSV(B) | 274.49º | 0.82% | 0.8% | - |
| XYZ | 21.23 | 10.67 | 58.07 | - |
| YUV | 84.74 | 195.3 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 37 | 204 | 0.35 | 0.82 | 0 | 0.2 | 274.49 | 0.69 | 0.47 |
| Hex | 85 | 25 | CC | 23 | 52 | 0 | 14 | 112 | 45 | 2F |
| Octal | 205 | 45 | 314 | 43 | 122 | 0 | 24 | 422 | 105 | 57 |
| Binary | 10000101 | 100101 | 11001100 | 100011 | 1010010 | 0 | 10100 | 100010010 | 1000101 | 101111 |
Color Harmonies of #8525CC
Complementary color
Monochromatic Colors of #8525CC
Black with #8525CC
Text Example
Text Example
White with #8525CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8525CC; }
p { color: rgb(133,37,204); }
H1.HeaderClassName
{
color: #8525CC;
}
.AnyTagClassName
{
color: #8525CC;
}
</style>
background-color css
<style>
a { background-color: #8525CC; }
a { background-color: rgb(133,37,204); }
div.DivClassName
{
background-color: #8525CC;
}
.BgClassName
{
background-color: #8525CC;
}
</style>
border-color css
<style>
span { border-color: #8525CC; }
span { border-color: rgb(133,37,204); }
td.TdClassName
{
border-color: #8525CC;
}
.TagClassName
{
border-color: #8525CC;
}
</style>