Shades of Dark Orchid #8B38CB
Tints of Dark Orchid #8B38CB
RGB
CMYK
RGB Variations
Color information
#8B38CB (or 0x8B38CB) is known color: Dark Orchid. HEX triplet: 8B, 38 and CB. RGB value is (139,56,203). Sum of RGB (Red+Green+Blue) = 139+56+203=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B38CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B38CB is #74C734. Grayscale: #616161. Windows color (decimal): -7653173 or 13318283. OLE color: 13318283.
HSL color Cylindrical-coordinate representation of color #8B38CB: hue angle of 273.88º 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 #8B38CB is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 56 | 203 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.20 |
| HSL | 273.88º | 0.59% | 0.51% | - |
| HSV(B) | 273.88º | 0.72% | 0.8% | - |
| XYZ | 22.84 | 12.63 | 57.73 | - |
| YUV | 97.58 | 187.5 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 56 | 203 | 0.32 | 0.72 | 0 | 0.20 | 273.88 | 0.59 | 0.51 |
| Hex | 8B | 38 | CB | 20 | 48 | 0 | 14 | 112 | 3B | 33 |
| Octal | 213 | 70 | 313 | 40 | 110 | 0 | 24 | 422 | 73 | 63 |
| Binary | 10001011 | 111000 | 11001011 | 100000 | 1001000 | 0 | 10100 | 100010010 | 111011 | 110011 |
Color Harmonies of #8B38CB
Complementary color
Monochromatic Colors of #8B38CB
Black with #8B38CB
Text Example
Text Example
White with #8B38CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B38CB; }
p { color: rgb(139,56,203); }
H1.HeaderClassName
{
color: #8B38CB;
}
.AnyTagClassName
{
color: #8B38CB;
}
</style>
background-color css
<style>
a { background-color: #8B38CB; }
a { background-color: rgb(139,56,203); }
div.DivClassName
{
background-color: #8B38CB;
}
.BgClassName
{
background-color: #8B38CB;
}
</style>
border-color css
<style>
span { border-color: #8B38CB; }
span { border-color: rgb(139,56,203); }
td.TdClassName
{
border-color: #8B38CB;
}
.TagClassName
{
border-color: #8B38CB;
}
</style>