Shades of Dark Orchid #963FDA
Tints of Dark Orchid #963FDA
RGB
CMYK
RGB Variations
Color information
#963FDA (or 0x963FDA) is known color: Dark Orchid. HEX triplet: 96, 3F and DA. RGB value is (150,63,218). Sum of RGB (Red+Green+Blue) = 150+63+218=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #963FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963FDA is #69C025. Grayscale: #6A6A6A. Windows color (decimal): -6930470 or 14303126. OLE color: 14303126.
HSL color Cylindrical-coordinate representation of color #963FDA: hue angle of 273.68º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #963FDA is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 63 | 218 | - |
| CMYK | 0.31 | 0.71 | 0 | 0.15 |
| HSL | 273.68º | 0.68% | 0.55% | - |
| HSV(B) | 273.68º | 0.71% | 0.85% | - |
| XYZ | 27.01 | 15.1 | 67.82 | - |
| YUV | 106.68 | 190.82 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 63 | 218 | 0.31 | 0.71 | 0 | 0.15 | 273.68 | 0.68 | 0.55 |
| Hex | 96 | 3F | DA | 1F | 47 | 0 | F | 112 | 44 | 37 |
| Octal | 226 | 77 | 332 | 37 | 107 | 0 | 17 | 422 | 104 | 67 |
| Binary | 10010110 | 111111 | 11011010 | 11111 | 1000111 | 0 | 1111 | 100010010 | 1000100 | 110111 |
Color Harmonies of #963FDA
Complementary color
Monochromatic Colors of #963FDA
Black with #963FDA
Text Example
Text Example
White with #963FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963FDA; }
p { color: rgb(150,63,218); }
H1.HeaderClassName
{
color: #963FDA;
}
.AnyTagClassName
{
color: #963FDA;
}
</style>
background-color css
<style>
a { background-color: #963FDA; }
a { background-color: rgb(150,63,218); }
div.DivClassName
{
background-color: #963FDA;
}
.BgClassName
{
background-color: #963FDA;
}
</style>
border-color css
<style>
span { border-color: #963FDA; }
span { border-color: rgb(150,63,218); }
td.TdClassName
{
border-color: #963FDA;
}
.TagClassName
{
border-color: #963FDA;
}
</style>