Shades of Dark Orchid #9243CB
Tints of Dark Orchid #9243CB
RGB
CMYK
RGB Variations
Color information
#9243CB (or 0x9243CB) is known color: Dark Orchid. HEX triplet: 92, 43 and CB. RGB value is (146,67,203). Sum of RGB (Red+Green+Blue) = 146+67+203=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #9243CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9243CB is #6DBC34. Grayscale: #696969. Windows color (decimal): -7191605 or 13321106. OLE color: 13321106.
HSL color Cylindrical-coordinate representation of color #9243CB: hue angle of 274.85º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9243CB is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 67 | 203 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.20 |
| HSL | 274.85º | 0.57% | 0.53% | - |
| HSV(B) | 274.85º | 0.67% | 0.8% | - |
| XYZ | 24.64 | 14.44 | 57.99 | - |
| YUV | 106.13 | 182.67 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 67 | 203 | 0.28 | 0.67 | 0 | 0.20 | 274.85 | 0.57 | 0.53 |
| Hex | 92 | 43 | CB | 1C | 43 | 0 | 14 | 113 | 39 | 35 |
| Octal | 222 | 103 | 313 | 34 | 103 | 0 | 24 | 423 | 71 | 65 |
| Binary | 10010010 | 1000011 | 11001011 | 11100 | 1000011 | 0 | 10100 | 100010011 | 111001 | 110101 |
Color Harmonies of #9243CB
Complementary color
Monochromatic Colors of #9243CB
Black with #9243CB
Text Example
Text Example
White with #9243CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9243CB; }
p { color: rgb(146,67,203); }
H1.HeaderClassName
{
color: #9243CB;
}
.AnyTagClassName
{
color: #9243CB;
}
</style>
background-color css
<style>
a { background-color: #9243CB; }
a { background-color: rgb(146,67,203); }
div.DivClassName
{
background-color: #9243CB;
}
.BgClassName
{
background-color: #9243CB;
}
</style>
border-color css
<style>
span { border-color: #9243CB; }
span { border-color: rgb(146,67,203); }
td.TdClassName
{
border-color: #9243CB;
}
.TagClassName
{
border-color: #9243CB;
}
</style>