Shades of Dark Orchid #9245CB
Tints of Dark Orchid #9245CB
RGB
CMYK
RGB Variations
Color information
#9245CB (or 0x9245CB) is known color: Dark Orchid. HEX triplet: 92, 45 and CB. RGB value is (146,69,203). Sum of RGB (Red+Green+Blue) = 146+69+203=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #9245CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9245CB is #6DBA34. Grayscale: #6A6A6A. Windows color (decimal): -7191093 or 13321618. OLE color: 13321618.
HSL color Cylindrical-coordinate representation of color #9245CB: hue angle of 274.48º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9245CB is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 69 | 203 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.20 |
| HSL | 274.48º | 0.56% | 0.53% | - |
| HSV(B) | 274.48º | 0.66% | 0.8% | - |
| XYZ | 24.76 | 14.68 | 58.03 | - |
| YUV | 107.3 | 182.01 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 69 | 203 | 0.28 | 0.66 | 0 | 0.20 | 274.48 | 0.56 | 0.53 |
| Hex | 92 | 45 | CB | 1C | 42 | 0 | 14 | 112 | 38 | 35 |
| Octal | 222 | 105 | 313 | 34 | 102 | 0 | 24 | 422 | 70 | 65 |
| Binary | 10010010 | 1000101 | 11001011 | 11100 | 1000010 | 0 | 10100 | 100010010 | 111000 | 110101 |
Color Harmonies of #9245CB
Complementary color
Monochromatic Colors of #9245CB
Black with #9245CB
Text Example
Text Example
White with #9245CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9245CB; }
p { color: rgb(146,69,203); }
H1.HeaderClassName
{
color: #9245CB;
}
.AnyTagClassName
{
color: #9245CB;
}
</style>
background-color css
<style>
a { background-color: #9245CB; }
a { background-color: rgb(146,69,203); }
div.DivClassName
{
background-color: #9245CB;
}
.BgClassName
{
background-color: #9245CB;
}
</style>
border-color css
<style>
span { border-color: #9245CB; }
span { border-color: rgb(146,69,203); }
td.TdClassName
{
border-color: #9245CB;
}
.TagClassName
{
border-color: #9245CB;
}
</style>