Shades of Light Slate Blue #9C50FF
Tints of Light Slate Blue #9C50FF
RGB
CMYK
RGB Variations
Color information
#9C50FF (or 0x9C50FF) is known color: Light Slate Blue. HEX triplet: 9C, 50 and FF. RGB value is (156,80,255). Sum of RGB (Red+Green+Blue) = 156+80+255=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C50FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C50FF is #63AF00. Grayscale: #7A7A7A. Windows color (decimal): -6532865 or 16732316. OLE color: 16732316.
HSL color Cylindrical-coordinate representation of color #9C50FF: hue angle of 266.06º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C50FF is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 80 | 255 | - |
| CMYK | 0.39 | 0.69 | 0 | 0 |
| HSL | 266.06º | 1% | 0.66% | - |
| HSV(B) | 266.06º | 0.69% | 1% | - |
| XYZ | 34.63 | 20.03 | 96.65 | - |
| YUV | 122.67 | 202.68 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 80 | 255 | 0.39 | 0.69 | 0 | 0 | 266.06 | 1 | 0.66 |
| Hex | 9C | 50 | FF | 27 | 45 | 0 | 0 | 10A | 64 | 42 |
| Octal | 234 | 120 | 377 | 47 | 105 | 0 | 0 | 412 | 144 | 102 |
| Binary | 10011100 | 1010000 | 11111111 | 100111 | 1000101 | 0 | 0 | 100001010 | 1100100 | 1000010 |
Color Harmonies of #9C50FF
Complementary color
Monochromatic Colors of #9C50FF
Black with #9C50FF
Text Example
Text Example
White with #9C50FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C50FF; }
p { color: rgb(156,80,255); }
H1.HeaderClassName
{
color: #9C50FF;
}
.AnyTagClassName
{
color: #9C50FF;
}
</style>
background-color css
<style>
a { background-color: #9C50FF; }
a { background-color: rgb(156,80,255); }
div.DivClassName
{
background-color: #9C50FF;
}
.BgClassName
{
background-color: #9C50FF;
}
</style>
border-color css
<style>
span { border-color: #9C50FF; }
span { border-color: rgb(156,80,255); }
td.TdClassName
{
border-color: #9C50FF;
}
.TagClassName
{
border-color: #9C50FF;
}
</style>