#9D3EBB

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

Shades of Dark Orchid #9D3EBB

Tints of Dark Orchid #9D3EBB

Color information

#9D3EBB (or 0x9D3EBB) is unknown color: approx Dark Orchid. HEX triplet: 9D, 3E and BB. RGB value is (157,62,187). Sum of RGB (Red+Green+Blue) = 157+62+187=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 62 (24.61% from 255 or 15.27% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D3EBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3EBB is #62C144. Grayscale: #686868. Windows color (decimal): -6472005 or 12271261. OLE color: 12271261.

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

Color convert

RGB15762187-
CMYK0.160.6700.27
HSL285.6º50.2%48.82%-
HSV(B)285.6º66.84%73.33%-
XYZ24.614.248.46-
YUV104.65174.47165.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.67%
GREEN value IS 62 (24.61% from 255) = 15.27%
BLUE value IS 187 (73.44% from 255) = 46.06%
R=38.67%
G=15.27%
B=46.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal157621870.160.6700.27285.650.248.82
Hex9D3EBB104301B11e3231
Octal23576273201030334366261
Binary1001110111111010111011100001000011011011100011110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,62,187); }

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

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

 a { background-color: rgb(157,62,187); }

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

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

 span { border-color: rgb(157,62,187); }

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