#9D3DBF

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

Shades of Dark Orchid #9D3DBF

Tints of Dark Orchid #9D3DBF

Color information

#9D3DBF (or 0x9D3DBF) is unknown color: approx Dark Orchid. HEX triplet: 9D, 3D and BF. RGB value is (157,61,191). Sum of RGB (Red+Green+Blue) = 157+61+191=409 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.39% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #9D3DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3DBF is #62C240. Grayscale: #686868. Windows color (decimal): -6472257 or 12533149. OLE color: 12533149.

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

Color convert

RGB15761191-
CMYK0.180.6800.25
HSL284.31º51.59%49.41%-
HSV(B)284.31º68.06%74.9%-
XYZ24.9814.2750.73-
YUV104.52176.8165.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.39%
GREEN value IS 61 (24.22% from 255) = 14.91%
BLUE value IS 191 (75% from 255) = 46.70%
R=38.39%
G=14.91%
B=46.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal157611910.180.6800.25284.3151.5949.41
Hex9D3DBF124401911c3431
Octal23575277221040314346461
Binary1001110111110110111111100101000100011001100011100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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