Shades of Dark Orchid #9645CC
Tints of Dark Orchid #9645CC
RGB
CMYK
RGB Variations
Color information
#9645CC (or 0x9645CC) is known color: Dark Orchid. HEX triplet: 96, 45 and CC. RGB value is (150,69,204). Sum of RGB (Red+Green+Blue) = 150+69+204=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #9645CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9645CC is #69BA33. Grayscale: #6C6C6C. Windows color (decimal): -6928948 or 13387158. OLE color: 13387158.
HSL color Cylindrical-coordinate representation of color #9645CC: hue angle of 276º 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 #9645CC is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 69 | 204 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.2 |
| HSL | 276º | 0.57% | 0.54% | - |
| HSV(B) | 276º | 0.66% | 0.8% | - |
| XYZ | 25.6 | 15.1 | 58.69 | - |
| YUV | 108.61 | 181.84 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 69 | 204 | 0.26 | 0.66 | 0 | 0.2 | 276 | 0.57 | 0.54 |
| Hex | 96 | 45 | CC | 1A | 42 | 0 | 14 | 114 | 39 | 36 |
| Octal | 226 | 105 | 314 | 32 | 102 | 0 | 24 | 424 | 71 | 66 |
| Binary | 10010110 | 1000101 | 11001100 | 11010 | 1000010 | 0 | 10100 | 100010100 | 111001 | 110110 |
Color Harmonies of #9645CC
Complementary color
Monochromatic Colors of #9645CC
Black with #9645CC
Text Example
Text Example
White with #9645CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9645CC; }
p { color: rgb(150,69,204); }
H1.HeaderClassName
{
color: #9645CC;
}
.AnyTagClassName
{
color: #9645CC;
}
</style>
background-color css
<style>
a { background-color: #9645CC; }
a { background-color: rgb(150,69,204); }
div.DivClassName
{
background-color: #9645CC;
}
.BgClassName
{
background-color: #9645CC;
}
</style>
border-color css
<style>
span { border-color: #9645CC; }
span { border-color: rgb(150,69,204); }
td.TdClassName
{
border-color: #9645CC;
}
.TagClassName
{
border-color: #9645CC;
}
</style>