Shades of Dark Orchid #9538CB
Tints of Dark Orchid #9538CB
RGB
CMYK
RGB Variations
Color information
#9538CB (or 0x9538CB) is known color: Dark Orchid. HEX triplet: 95, 38 and CB. RGB value is (149,56,203). Sum of RGB (Red+Green+Blue) = 149+56+203=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 56 (22.27% from 255 or 13.73% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #9538CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9538CB is #6AC734. Grayscale: #646464. Windows color (decimal): -6997813 or 13318293. OLE color: 13318293.
HSL color Cylindrical-coordinate representation of color #9538CB: hue angle of 277.96º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9538CB is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 56 | 203 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.20 |
| HSL | 277.96º | 0.59% | 0.51% | - |
| HSV(B) | 277.96º | 0.72% | 0.8% | - |
| XYZ | 24.59 | 13.53 | 57.82 | - |
| YUV | 100.57 | 185.81 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 56 | 203 | 0.27 | 0.72 | 0 | 0.20 | 277.96 | 0.59 | 0.51 |
| Hex | 95 | 38 | CB | 1B | 48 | 0 | 14 | 116 | 3B | 33 |
| Octal | 225 | 70 | 313 | 33 | 110 | 0 | 24 | 426 | 73 | 63 |
| Binary | 10010101 | 111000 | 11001011 | 11011 | 1001000 | 0 | 10100 | 100010110 | 111011 | 110011 |
Color Harmonies of #9538CB
Complementary color
Monochromatic Colors of #9538CB
Black with #9538CB
Text Example
Text Example
White with #9538CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9538CB; }
p { color: rgb(149,56,203); }
H1.HeaderClassName
{
color: #9538CB;
}
.AnyTagClassName
{
color: #9538CB;
}
</style>
background-color css
<style>
a { background-color: #9538CB; }
a { background-color: rgb(149,56,203); }
div.DivClassName
{
background-color: #9538CB;
}
.BgClassName
{
background-color: #9538CB;
}
</style>
border-color css
<style>
span { border-color: #9538CB; }
span { border-color: rgb(149,56,203); }
td.TdClassName
{
border-color: #9538CB;
}
.TagClassName
{
border-color: #9538CB;
}
</style>