Shades of Dark Orchid #9643CB
Tints of Dark Orchid #9643CB
RGB
CMYK
RGB Variations
Color information
#9643CB (or 0x9643CB) is known color: Dark Orchid. HEX triplet: 96, 43 and CB. RGB value is (150,67,203). Sum of RGB (Red+Green+Blue) = 150+67+203=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 67 (26.56% from 255 or 15.95% 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 #9643CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9643CB is #69BC34. Grayscale: #6A6A6A. Windows color (decimal): -6929461 or 13321110. OLE color: 13321110.
HSL color Cylindrical-coordinate representation of color #9643CB: hue angle of 276.62º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9643CB is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 67 | 203 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.20 |
| HSL | 276.62º | 0.57% | 0.53% | - |
| HSV(B) | 276.62º | 0.67% | 0.8% | - |
| XYZ | 25.36 | 14.81 | 58.02 | - |
| YUV | 107.32 | 182 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 67 | 203 | 0.26 | 0.67 | 0 | 0.20 | 276.62 | 0.57 | 0.53 |
| Hex | 96 | 43 | CB | 1A | 43 | 0 | 14 | 115 | 39 | 35 |
| Octal | 226 | 103 | 313 | 32 | 103 | 0 | 24 | 425 | 71 | 65 |
| Binary | 10010110 | 1000011 | 11001011 | 11010 | 1000011 | 0 | 10100 | 100010101 | 111001 | 110101 |
Color Harmonies of #9643CB
Complementary color
Monochromatic Colors of #9643CB
Black with #9643CB
Text Example
Text Example
White with #9643CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9643CB; }
p { color: rgb(150,67,203); }
H1.HeaderClassName
{
color: #9643CB;
}
.AnyTagClassName
{
color: #9643CB;
}
</style>
background-color css
<style>
a { background-color: #9643CB; }
a { background-color: rgb(150,67,203); }
div.DivClassName
{
background-color: #9643CB;
}
.BgClassName
{
background-color: #9643CB;
}
</style>
border-color css
<style>
span { border-color: #9643CB; }
span { border-color: rgb(150,67,203); }
td.TdClassName
{
border-color: #9643CB;
}
.TagClassName
{
border-color: #9643CB;
}
</style>