Shades of Dark Orchid #9945CC
Tints of Dark Orchid #9945CC
RGB
CMYK
RGB Variations
Color information
#9945CC (or 0x9945CC) is known color: Dark Orchid. HEX triplet: 99, 45 and CC. RGB value is (153,69,204). Sum of RGB (Red+Green+Blue) = 153+69+204=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #9945CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9945CC is #66BA33. Grayscale: #6D6D6D. Windows color (decimal): -6732340 or 13387161. OLE color: 13387161.
HSL color Cylindrical-coordinate representation of color #9945CC: hue angle of 277.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9945CC is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 69 | 204 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.2 |
| HSL | 277.33º | 0.57% | 0.54% | - |
| HSV(B) | 277.33º | 0.66% | 0.8% | - |
| XYZ | 26.16 | 15.39 | 58.72 | - |
| YUV | 109.51 | 181.33 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 69 | 204 | 0.25 | 0.66 | 0 | 0.2 | 277.33 | 0.57 | 0.54 |
| Hex | 99 | 45 | CC | 19 | 42 | 0 | 14 | 115 | 39 | 36 |
| Octal | 231 | 105 | 314 | 31 | 102 | 0 | 24 | 425 | 71 | 66 |
| Binary | 10011001 | 1000101 | 11001100 | 11001 | 1000010 | 0 | 10100 | 100010101 | 111001 | 110110 |
Color Harmonies of #9945CC
Complementary color
Monochromatic Colors of #9945CC
Black with #9945CC
Text Example
Text Example
White with #9945CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9945CC; }
p { color: rgb(153,69,204); }
H1.HeaderClassName
{
color: #9945CC;
}
.AnyTagClassName
{
color: #9945CC;
}
</style>
background-color css
<style>
a { background-color: #9945CC; }
a { background-color: rgb(153,69,204); }
div.DivClassName
{
background-color: #9945CC;
}
.BgClassName
{
background-color: #9945CC;
}
</style>
border-color css
<style>
span { border-color: #9945CC; }
span { border-color: rgb(153,69,204); }
td.TdClassName
{
border-color: #9945CC;
}
.TagClassName
{
border-color: #9945CC;
}
</style>