Shades of Dark Orchid #9B43CA
Tints of Dark Orchid #9B43CA
RGB
CMYK
RGB Variations
Color information
#9B43CA (or 0x9B43CA) is known color: Dark Orchid. HEX triplet: 9B, 43 and CA. RGB value is (155,67,202). Sum of RGB (Red+Green+Blue) = 155+67+202=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 67 (26.56% from 255 or 15.80% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B43CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B43CA is #64BC35. Grayscale: #6C6C6C. Windows color (decimal): -6601782 or 13255579. OLE color: 13255579.
HSL color Cylindrical-coordinate representation of color #9B43CA: hue angle of 279.11º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B43CA is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 67 | 202 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.21 |
| HSL | 279.11º | 0.56% | 0.53% | - |
| HSV(B) | 279.11º | 0.67% | 0.79% | - |
| XYZ | 26.19 | 15.25 | 57.44 | - |
| YUV | 108.7 | 180.65 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 67 | 202 | 0.23 | 0.67 | 0 | 0.21 | 279.11 | 0.56 | 0.53 |
| Hex | 9B | 43 | CA | 17 | 43 | 0 | 15 | 117 | 38 | 35 |
| Octal | 233 | 103 | 312 | 27 | 103 | 0 | 25 | 427 | 70 | 65 |
| Binary | 10011011 | 1000011 | 11001010 | 10111 | 1000011 | 0 | 10101 | 100010111 | 111000 | 110101 |
Color Harmonies of #9B43CA
Complementary color
Monochromatic Colors of #9B43CA
Black with #9B43CA
Text Example
Text Example
White with #9B43CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B43CA; }
p { color: rgb(155,67,202); }
H1.HeaderClassName
{
color: #9B43CA;
}
.AnyTagClassName
{
color: #9B43CA;
}
</style>
background-color css
<style>
a { background-color: #9B43CA; }
a { background-color: rgb(155,67,202); }
div.DivClassName
{
background-color: #9B43CA;
}
.BgClassName
{
background-color: #9B43CA;
}
</style>
border-color css
<style>
span { border-color: #9B43CA; }
span { border-color: rgb(155,67,202); }
td.TdClassName
{
border-color: #9B43CA;
}
.TagClassName
{
border-color: #9B43CA;
}
</style>