Shades of Dark Orchid #9445CB
Tints of Dark Orchid #9445CB
RGB
CMYK
RGB Variations
Color information
#9445CB (or 0x9445CB) is known color: Dark Orchid. HEX triplet: 94, 45 and CB. RGB value is (148,69,203). Sum of RGB (Red+Green+Blue) = 148+69+203=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #9445CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9445CB is #6BBA34. Grayscale: #6B6B6B. Windows color (decimal): -7060021 or 13321620. OLE color: 13321620.
HSL color Cylindrical-coordinate representation of color #9445CB: hue angle of 275.37º 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 #9445CB is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 69 | 203 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.20 |
| HSL | 275.37º | 0.56% | 0.53% | - |
| HSV(B) | 275.37º | 0.66% | 0.8% | - |
| XYZ | 25.12 | 14.86 | 58.04 | - |
| YUV | 107.9 | 181.67 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 69 | 203 | 0.27 | 0.66 | 0 | 0.20 | 275.37 | 0.56 | 0.53 |
| Hex | 94 | 45 | CB | 1B | 42 | 0 | 14 | 113 | 38 | 35 |
| Octal | 224 | 105 | 313 | 33 | 102 | 0 | 24 | 423 | 70 | 65 |
| Binary | 10010100 | 1000101 | 11001011 | 11011 | 1000010 | 0 | 10100 | 100010011 | 111000 | 110101 |
Color Harmonies of #9445CB
Complementary color
Monochromatic Colors of #9445CB
Black with #9445CB
Text Example
Text Example
White with #9445CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9445CB; }
p { color: rgb(148,69,203); }
H1.HeaderClassName
{
color: #9445CB;
}
.AnyTagClassName
{
color: #9445CB;
}
</style>
background-color css
<style>
a { background-color: #9445CB; }
a { background-color: rgb(148,69,203); }
div.DivClassName
{
background-color: #9445CB;
}
.BgClassName
{
background-color: #9445CB;
}
</style>
border-color css
<style>
span { border-color: #9445CB; }
span { border-color: rgb(148,69,203); }
td.TdClassName
{
border-color: #9445CB;
}
.TagClassName
{
border-color: #9445CB;
}
</style>