Shades of Dark Orchid #9629B4
Tints of Dark Orchid #9629B4
RGB
CMYK
RGB Variations
Color information
#9629B4 (or 0x9629B4) is known color: Dark Orchid. HEX triplet: 96, 29 and B4. RGB value is (150,41,180). Sum of RGB (Red+Green+Blue) = 150+41+180=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #9629B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9629B4 is #69D64B. Grayscale: #585858. Windows color (decimal): -6936140 or 11807126. OLE color: 11807126.
HSL color Cylindrical-coordinate representation of color #9629B4: hue angle of 287.05º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9629B4 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 41 | 180 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.29 |
| HSL | 287.05º | 0.63% | 0.43% | - |
| HSV(B) | 287.05º | 0.77% | 0.71% | - |
| XYZ | 21.61 | 11.37 | 44.23 | - |
| YUV | 89.44 | 179.11 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 41 | 180 | 0.17 | 0.77 | 0 | 0.29 | 287.05 | 0.63 | 0.43 |
| Hex | 96 | 29 | B4 | 11 | 4D | 0 | 1D | 11F | 3F | 2B |
| Octal | 226 | 51 | 264 | 21 | 115 | 0 | 35 | 437 | 77 | 53 |
| Binary | 10010110 | 101001 | 10110100 | 10001 | 1001101 | 0 | 11101 | 100011111 | 111111 | 101011 |
Color Harmonies of #9629B4
Complementary color
Monochromatic Colors of #9629B4
Black with #9629B4
Text Example
Text Example
White with #9629B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9629B4; }
p { color: rgb(150,41,180); }
H1.HeaderClassName
{
color: #9629B4;
}
.AnyTagClassName
{
color: #9629B4;
}
</style>
background-color css
<style>
a { background-color: #9629B4; }
a { background-color: rgb(150,41,180); }
div.DivClassName
{
background-color: #9629B4;
}
.BgClassName
{
background-color: #9629B4;
}
</style>
border-color css
<style>
span { border-color: #9629B4; }
span { border-color: rgb(150,41,180); }
td.TdClassName
{
border-color: #9629B4;
}
.TagClassName
{
border-color: #9629B4;
}
</style>