Shades of Dark Orchid #9643C6
Tints of Dark Orchid #9643C6
RGB
CMYK
RGB Variations
Color information
#9643C6 (or 0x9643C6) is known color: Dark Orchid. HEX triplet: 96, 43 and C6. RGB value is (150,67,198). Sum of RGB (Red+Green+Blue) = 150+67+198=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 198 (77.73% from 255 or 47.71% from 415); Max value from RGB is 198 - color contains mainly: blue. Hex color #9643C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9643C6 is #69BC39. Grayscale: #6A6A6A. Windows color (decimal): -6929466 or 12993430. OLE color: 12993430.
HSL color Cylindrical-coordinate representation of color #9643C6: hue angle of 278.02º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9643C6 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 67 | 198 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.22 |
| HSL | 278.02º | 0.53% | 0.52% | - |
| HSV(B) | 278.02º | 0.66% | 0.78% | - |
| XYZ | 24.78 | 14.58 | 54.93 | - |
| YUV | 106.75 | 179.5 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 67 | 198 | 0.24 | 0.66 | 0 | 0.22 | 278.02 | 0.53 | 0.52 |
| Hex | 96 | 43 | C6 | 18 | 42 | 0 | 16 | 116 | 35 | 34 |
| Octal | 226 | 103 | 306 | 30 | 102 | 0 | 26 | 426 | 65 | 64 |
| Binary | 10010110 | 1000011 | 11000110 | 11000 | 1000010 | 0 | 10110 | 100010110 | 110101 | 110100 |
Color Harmonies of #9643C6
Complementary color
Monochromatic Colors of #9643C6
Black with #9643C6
Text Example
Text Example
White with #9643C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9643C6; }
p { color: rgb(150,67,198); }
H1.HeaderClassName
{
color: #9643C6;
}
.AnyTagClassName
{
color: #9643C6;
}
</style>
background-color css
<style>
a { background-color: #9643C6; }
a { background-color: rgb(150,67,198); }
div.DivClassName
{
background-color: #9643C6;
}
.BgClassName
{
background-color: #9643C6;
}
</style>
border-color css
<style>
span { border-color: #9643C6; }
span { border-color: rgb(150,67,198); }
td.TdClassName
{
border-color: #9643C6;
}
.TagClassName
{
border-color: #9643C6;
}
</style>