#9D3FBD

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

Shades of Dark Orchid #9D3FBD

Tints of Dark Orchid #9D3FBD

Color information

#9D3FBD (or 0x9D3FBD) is unknown color: approx Dark Orchid. HEX triplet: 9D, 3F and BD. RGB value is (157,63,189). Sum of RGB (Red+Green+Blue) = 157+63+189=409 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.39% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #9D3FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3FBD is #62C042. Grayscale: #696969. Windows color (decimal): -6471747 or 12402589. OLE color: 12402589.

HSL color Cylindrical-coordinate representation of color #9D3FBD: hue angle of 284.76º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D3FBD is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15763189-
CMYK0.170.6700.26
HSL284.76º50%49.41%-
HSV(B)284.76º66.67%74.12%-
XYZ24.8714.449.61-
YUV105.47175.14164.75-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.39%
GREEN value IS 63 (25% from 255) = 15.40%
BLUE value IS 189 (74.22% from 255) = 46.21%
R=38.39%
G=15.40%
B=46.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal157631890.170.6700.26284.765049.41
Hex9D3FBD114301A11d3231
Octal23577275211030324356261
Binary1001110111111110111101100011000011011010100011101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,63,189); }

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

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

 a { background-color: rgb(157,63,189); }

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

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

 span { border-color: rgb(157,63,189); }

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