Shades of Dark Orchid #952AB3
Tints of Dark Orchid #952AB3
RGB
CMYK
RGB Variations
Color information
#952AB3 (or 0x952AB3) is known color: Dark Orchid. HEX triplet: 95, 2A and B3. RGB value is (149,42,179). Sum of RGB (Red+Green+Blue) = 149+42+179=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 42 (16.80% from 255 or 11.35% from 370); Blue value is 179 (70.31% from 255 or 48.38% from 370); Max value from RGB is 179 - color contains mainly: blue. Hex color #952AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952AB3 is #6AD54C. Grayscale: #595959. Windows color (decimal): -7001421 or 11741845. OLE color: 11741845.
HSL color Cylindrical-coordinate representation of color #952AB3: hue angle of 286.86º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952AB3 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 42 | 179 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.30 |
| HSL | 286.86º | 0.62% | 0.43% | - |
| HSV(B) | 286.86º | 0.77% | 0.7% | - |
| XYZ | 21.36 | 11.3 | 43.7 | - |
| YUV | 89.61 | 178.45 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 179 | 0.17 | 0.77 | 0 | 0.30 | 286.86 | 0.62 | 0.43 |
| Hex | 95 | 2A | B3 | 11 | 4D | 0 | 1E | 11F | 3E | 2B |
| Octal | 225 | 52 | 263 | 21 | 115 | 0 | 36 | 437 | 76 | 53 |
| Binary | 10010101 | 101010 | 10110011 | 10001 | 1001101 | 0 | 11110 | 100011111 | 111110 | 101011 |
Color Harmonies of #952AB3
Complementary color
Monochromatic Colors of #952AB3
Black with #952AB3
Text Example
Text Example
White with #952AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952AB3; }
p { color: rgb(149,42,179); }
H1.HeaderClassName
{
color: #952AB3;
}
.AnyTagClassName
{
color: #952AB3;
}
</style>
background-color css
<style>
a { background-color: #952AB3; }
a { background-color: rgb(149,42,179); }
div.DivClassName
{
background-color: #952AB3;
}
.BgClassName
{
background-color: #952AB3;
}
</style>
border-color css
<style>
span { border-color: #952AB3; }
span { border-color: rgb(149,42,179); }
td.TdClassName
{
border-color: #952AB3;
}
.TagClassName
{
border-color: #952AB3;
}
</style>