Shades of Dark Orchid #9745CA
Tints of Dark Orchid #9745CA
RGB
CMYK
RGB Variations
Color information
#9745CA (or 0x9745CA) is known color: Dark Orchid. HEX triplet: 97, 45 and CA. RGB value is (151,69,202). Sum of RGB (Red+Green+Blue) = 151+69+202=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #9745CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9745CA is #68BA35. Grayscale: #6C6C6C. Windows color (decimal): -6863414 or 13256087. OLE color: 13256087.
HSL color Cylindrical-coordinate representation of color #9745CA: hue angle of 276.99º 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 #9745CA is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 69 | 202 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.21 |
| HSL | 276.99º | 0.56% | 0.53% | - |
| HSV(B) | 276.99º | 0.66% | 0.79% | - |
| XYZ | 25.55 | 15.1 | 57.44 | - |
| YUV | 108.68 | 180.67 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 69 | 202 | 0.25 | 0.66 | 0 | 0.21 | 276.99 | 0.56 | 0.53 |
| Hex | 97 | 45 | CA | 19 | 42 | 0 | 15 | 115 | 38 | 35 |
| Octal | 227 | 105 | 312 | 31 | 102 | 0 | 25 | 425 | 70 | 65 |
| Binary | 10010111 | 1000101 | 11001010 | 11001 | 1000010 | 0 | 10101 | 100010101 | 111000 | 110101 |
Color Harmonies of #9745CA
Complementary color
Monochromatic Colors of #9745CA
Black with #9745CA
Text Example
Text Example
White with #9745CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9745CA; }
p { color: rgb(151,69,202); }
H1.HeaderClassName
{
color: #9745CA;
}
.AnyTagClassName
{
color: #9745CA;
}
</style>
background-color css
<style>
a { background-color: #9745CA; }
a { background-color: rgb(151,69,202); }
div.DivClassName
{
background-color: #9745CA;
}
.BgClassName
{
background-color: #9745CA;
}
</style>
border-color css
<style>
span { border-color: #9745CA; }
span { border-color: rgb(151,69,202); }
td.TdClassName
{
border-color: #9745CA;
}
.TagClassName
{
border-color: #9745CA;
}
</style>