Shades of Dark Orchid #9643D3
Tints of Dark Orchid #9643D3
RGB
CMYK
RGB Variations
Color information
#9643D3 (or 0x9643D3) is known color: Dark Orchid. HEX triplet: 96, 43 and D3. RGB value is (150,67,211). Sum of RGB (Red+Green+Blue) = 150+67+211=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 67 (26.56% from 255 or 15.65% from 428); Blue value is 211 (82.81% from 255 or 49.30% from 428); Max value from RGB is 211 - color contains mainly: blue. Hex color #9643D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9643D3 is #69BC2C. Grayscale: #6B6B6B. Windows color (decimal): -6929453 or 13845398. OLE color: 13845398.
HSL color Cylindrical-coordinate representation of color #9643D3: hue angle of 274.58º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9643D3 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 67 | 211 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.17 |
| HSL | 274.58º | 0.62% | 0.55% | - |
| HSV(B) | 274.58º | 0.68% | 0.83% | - |
| XYZ | 26.34 | 15.2 | 63.17 | - |
| YUV | 108.23 | 186 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 67 | 211 | 0.29 | 0.68 | 0 | 0.17 | 274.58 | 0.62 | 0.55 |
| Hex | 96 | 43 | D3 | 1D | 44 | 0 | 11 | 113 | 3E | 37 |
| Octal | 226 | 103 | 323 | 35 | 104 | 0 | 21 | 423 | 76 | 67 |
| Binary | 10010110 | 1000011 | 11010011 | 11101 | 1000100 | 0 | 10001 | 100010011 | 111110 | 110111 |
Color Harmonies of #9643D3
Complementary color
Monochromatic Colors of #9643D3
Black with #9643D3
Text Example
Text Example
White with #9643D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9643D3; }
p { color: rgb(150,67,211); }
H1.HeaderClassName
{
color: #9643D3;
}
.AnyTagClassName
{
color: #9643D3;
}
</style>
background-color css
<style>
a { background-color: #9643D3; }
a { background-color: rgb(150,67,211); }
div.DivClassName
{
background-color: #9643D3;
}
.BgClassName
{
background-color: #9643D3;
}
</style>
border-color css
<style>
span { border-color: #9643D3; }
span { border-color: rgb(150,67,211); }
td.TdClassName
{
border-color: #9643D3;
}
.TagClassName
{
border-color: #9643D3;
}
</style>