Shades of Dark Orchid #9432B4
Tints of Dark Orchid #9432B4
RGB
CMYK
RGB Variations
Color information
#9432B4 (or 0x9432B4) is known color: Dark Orchid. HEX triplet: 94, 32 and B4. RGB value is (148,50,180). Sum of RGB (Red+Green+Blue) = 148+50+180=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 180 (70.70% from 255 or 47.62% from 378); Max value from RGB is 180 - color contains mainly: blue. Hex color #9432B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9432B4 is #6BCD4B. Grayscale: #5D5D5D. Windows color (decimal): -7064908 or 11809428. OLE color: 11809428.
HSL color Cylindrical-coordinate representation of color #9432B4: hue angle of 285.23º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9432B4 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 50 | 180 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.29 |
| HSL | 285.23º | 0.57% | 0.45% | - |
| HSV(B) | 285.23º | 0.72% | 0.71% | - |
| XYZ | 21.59 | 11.87 | 44.33 | - |
| YUV | 94.12 | 176.47 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 50 | 180 | 0.18 | 0.72 | 0 | 0.29 | 285.23 | 0.57 | 0.45 |
| Hex | 94 | 32 | B4 | 12 | 48 | 0 | 1D | 11D | 39 | 2D |
| Octal | 224 | 62 | 264 | 22 | 110 | 0 | 35 | 435 | 71 | 55 |
| Binary | 10010100 | 110010 | 10110100 | 10010 | 1001000 | 0 | 11101 | 100011101 | 111001 | 101101 |
Color Harmonies of #9432B4
Complementary color
Monochromatic Colors of #9432B4
Black with #9432B4
Text Example
Text Example
White with #9432B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9432B4; }
p { color: rgb(148,50,180); }
H1.HeaderClassName
{
color: #9432B4;
}
.AnyTagClassName
{
color: #9432B4;
}
</style>
background-color css
<style>
a { background-color: #9432B4; }
a { background-color: rgb(148,50,180); }
div.DivClassName
{
background-color: #9432B4;
}
.BgClassName
{
background-color: #9432B4;
}
</style>
border-color css
<style>
span { border-color: #9432B4; }
span { border-color: rgb(148,50,180); }
td.TdClassName
{
border-color: #9432B4;
}
.TagClassName
{
border-color: #9432B4;
}
</style>