Shades of Dark Orchid #9145CA
Tints of Dark Orchid #9145CA
RGB
CMYK
RGB Variations
Color information
#9145CA (or 0x9145CA) is known color: Dark Orchid. HEX triplet: 91, 45 and CA. RGB value is (145,69,202). Sum of RGB (Red+Green+Blue) = 145+69+202=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #9145CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9145CA is #6EBA35. Grayscale: #6A6A6A. Windows color (decimal): -7256630 or 13256081. OLE color: 13256081.
HSL color Cylindrical-coordinate representation of color #9145CA: hue angle of 274.29º 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 #9145CA is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 69 | 202 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.21 |
| HSL | 274.29º | 0.56% | 0.53% | - |
| HSV(B) | 274.29º | 0.66% | 0.79% | - |
| XYZ | 24.47 | 14.54 | 57.39 | - |
| YUV | 106.89 | 181.68 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 69 | 202 | 0.28 | 0.66 | 0 | 0.21 | 274.29 | 0.56 | 0.53 |
| Hex | 91 | 45 | CA | 1C | 42 | 0 | 15 | 112 | 38 | 35 |
| Octal | 221 | 105 | 312 | 34 | 102 | 0 | 25 | 422 | 70 | 65 |
| Binary | 10010001 | 1000101 | 11001010 | 11100 | 1000010 | 0 | 10101 | 100010010 | 111000 | 110101 |
Color Harmonies of #9145CA
Complementary color
Monochromatic Colors of #9145CA
Black with #9145CA
Text Example
Text Example
White with #9145CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9145CA; }
p { color: rgb(145,69,202); }
H1.HeaderClassName
{
color: #9145CA;
}
.AnyTagClassName
{
color: #9145CA;
}
</style>
background-color css
<style>
a { background-color: #9145CA; }
a { background-color: rgb(145,69,202); }
div.DivClassName
{
background-color: #9145CA;
}
.BgClassName
{
background-color: #9145CA;
}
</style>
border-color css
<style>
span { border-color: #9145CA; }
span { border-color: rgb(145,69,202); }
td.TdClassName
{
border-color: #9145CA;
}
.TagClassName
{
border-color: #9145CA;
}
</style>