Shades of Dark Orchid #923FCB
Tints of Dark Orchid #923FCB
RGB
CMYK
RGB Variations
Color information
#923FCB (or 0x923FCB) is known color: Dark Orchid. HEX triplet: 92, 3F and CB. RGB value is (146,63,203). Sum of RGB (Red+Green+Blue) = 146+63+203=412 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.44% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #923FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923FCB is #6DC034. Grayscale: #676767. Windows color (decimal): -7192629 or 13320082. OLE color: 13320082.
HSL color Cylindrical-coordinate representation of color #923FCB: hue angle of 275.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #923FCB is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 63 | 203 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.20 |
| HSL | 275.57º | 0.57% | 0.52% | - |
| HSV(B) | 275.57º | 0.69% | 0.8% | - |
| XYZ | 24.41 | 13.98 | 57.91 | - |
| YUV | 103.78 | 184 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 63 | 203 | 0.28 | 0.69 | 0 | 0.20 | 275.57 | 0.57 | 0.52 |
| Hex | 92 | 3F | CB | 1C | 45 | 0 | 14 | 114 | 39 | 34 |
| Octal | 222 | 77 | 313 | 34 | 105 | 0 | 24 | 424 | 71 | 64 |
| Binary | 10010010 | 111111 | 11001011 | 11100 | 1000101 | 0 | 10100 | 100010100 | 111001 | 110100 |
Color Harmonies of #923FCB
Complementary color
Monochromatic Colors of #923FCB
Black with #923FCB
Text Example
Text Example
White with #923FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923FCB; }
p { color: rgb(146,63,203); }
H1.HeaderClassName
{
color: #923FCB;
}
.AnyTagClassName
{
color: #923FCB;
}
</style>
background-color css
<style>
a { background-color: #923FCB; }
a { background-color: rgb(146,63,203); }
div.DivClassName
{
background-color: #923FCB;
}
.BgClassName
{
background-color: #923FCB;
}
</style>
border-color css
<style>
span { border-color: #923FCB; }
span { border-color: rgb(146,63,203); }
td.TdClassName
{
border-color: #923FCB;
}
.TagClassName
{
border-color: #923FCB;
}
</style>