#9D3ADF

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

Shades of Dark Orchid #9D3ADF

Tints of Dark Orchid #9D3ADF

Color information

#9D3ADF (or 0x9D3ADF) is unknown color: approx Dark Orchid. HEX triplet: 9D, 3A and DF. RGB value is (157,58,223). Sum of RGB (Red+Green+Blue) = 157+58+223=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D3ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3ADF is #62C520. Grayscale: #696969. Windows color (decimal): -6472993 or 14629533. OLE color: 14629533.

HSL color Cylindrical-coordinate representation of color #9D3ADF: hue angle of 276º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9D3ADF is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15758223-
CMYK0.300.7400.13
HSL276º72.05%55.1%-
HSV(B)276º73.99%87.45%-
XYZ28.7415.5271.29-
YUV106.41193.8164.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.84%
GREEN value IS 58 (23.05% from 255) = 13.24%
BLUE value IS 223 (87.5% from 255) = 50.91%
R=35.84%
G=13.24%
B=50.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal157582230.300.7400.1327672.0555.1
Hex9D3ADF1E4A0D1144837
Octal235723373611201542411067
Binary1001110111101011011111111101001010011011000101001001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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