#9D3ABF

Color #9D3ABF Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9D3ABF

Tints of Dark Orchid #9D3ABF

Color information

#9D3ABF (or 0x9D3ABF) is unknown color: approx Dark Orchid. HEX triplet: 9D, 3A and BF. RGB value is (157,58,191). Sum of RGB (Red+Green+Blue) = 157+58+191=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #9D3ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3ABF is #62C540. Grayscale: #666666. Windows color (decimal): -6473025 or 12532381. OLE color: 12532381.

HSL color Cylindrical-coordinate representation of color #9D3ABF: hue angle of 284.66º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9D3ABF is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15758191-
CMYK0.180.7000.25
HSL284.66º53.41%48.82%-
HSV(B)284.66º69.63%74.9%-
XYZ24.8213.9650.68-
YUV102.76177.8166.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 38.67%
GREEN value IS 58 (23.05% from 255) = 14.29%
BLUE value IS 191 (75% from 255) = 47.04%
R=38.67%
G=14.29%
B=47.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal157581910.180.7000.25284.6653.4148.82
Hex9D3ABF124601911d3531
Octal23572277221060314356561
Binary1001110111101010111111100101000110011001100011101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D3ABF; }

 p { color: rgb(157,58,191); }

 H1.HeaderClassName
 {
   color: #9D3ABF;
 }
 .AnyTagClassName
 {
   color: #9D3ABF;
 }
</style>
background-color css

<style>
 a { background-color: #9D3ABF; }

 a { background-color: rgb(157,58,191); }

 div.DivClassName
 {
   background-color: #9D3ABF;
 }
 .BgClassName
 {
   background-color: #9D3ABF;
 }
</style>
border-color css

<style>
 span { border-color: #9D3ABF; }

 span { border-color: rgb(157,58,191); }

 td.TdClassName
 {
   border-color: #9D3ABF;
 }
 .TagClassName
 {
   border-color: #9D3ABF;
 }
</style>