Shades of Dark Orchid #9345CA
Tints of Dark Orchid #9345CA
RGB
CMYK
RGB Variations
Color information
#9345CA (or 0x9345CA) is known color: Dark Orchid. HEX triplet: 93, 45 and CA. RGB value is (147,69,202). Sum of RGB (Red+Green+Blue) = 147+69+202=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #9345CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9345CA is #6CBA35. Grayscale: #6B6B6B. Windows color (decimal): -7125558 or 13256083. OLE color: 13256083.
HSL color Cylindrical-coordinate representation of color #9345CA: hue angle of 275.19º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9345CA is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 69 | 202 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.21 |
| HSL | 275.19º | 0.56% | 0.53% | - |
| HSV(B) | 275.19º | 0.66% | 0.79% | - |
| XYZ | 24.82 | 14.72 | 57.41 | - |
| YUV | 107.48 | 181.34 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 69 | 202 | 0.27 | 0.66 | 0 | 0.21 | 275.19 | 0.56 | 0.53 |
| Hex | 93 | 45 | CA | 1B | 42 | 0 | 15 | 113 | 38 | 35 |
| Octal | 223 | 105 | 312 | 33 | 102 | 0 | 25 | 423 | 70 | 65 |
| Binary | 10010011 | 1000101 | 11001010 | 11011 | 1000010 | 0 | 10101 | 100010011 | 111000 | 110101 |
Color Harmonies of #9345CA
Complementary color
Monochromatic Colors of #9345CA
Black with #9345CA
Text Example
Text Example
White with #9345CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9345CA; }
p { color: rgb(147,69,202); }
H1.HeaderClassName
{
color: #9345CA;
}
.AnyTagClassName
{
color: #9345CA;
}
</style>
background-color css
<style>
a { background-color: #9345CA; }
a { background-color: rgb(147,69,202); }
div.DivClassName
{
background-color: #9345CA;
}
.BgClassName
{
background-color: #9345CA;
}
</style>
border-color css
<style>
span { border-color: #9345CA; }
span { border-color: rgb(147,69,202); }
td.TdClassName
{
border-color: #9345CA;
}
.TagClassName
{
border-color: #9345CA;
}
</style>