#9D3BE1

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

Shades of Dark Orchid #9D3BE1

Tints of Dark Orchid #9D3BE1

Color information

#9D3BE1 (or 0x9D3BE1) is unknown color: approx Dark Orchid. HEX triplet: 9D, 3B and E1. RGB value is (157,59,225). Sum of RGB (Red+Green+Blue) = 157+59+225=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 59 (23.44% from 255 or 13.38% from 441); Blue value is 225 (88.28% from 255 or 51.02% from 441); Max value from RGB is 225 - color contains mainly: blue. Hex color #9D3BE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3BE1 is #62C41E. Grayscale: #6A6A6A. Windows color (decimal): -6472735 or 14760861. OLE color: 14760861.

HSL color Cylindrical-coordinate representation of color #9D3BE1: hue angle of 275.42º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9D3BE1 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15759225-
CMYK0.300.7400.12
HSL275.42º73.45%55.69%-
HSV(B)275.42º73.78%88.24%-
XYZ29.0615.7372.74-
YUV107.23194.47163.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.60%
GREEN value IS 59 (23.44% from 255) = 13.38%
BLUE value IS 225 (88.28% from 255) = 51.02%
R=35.60%
G=13.38%
B=51.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal157592250.300.7400.12275.4273.4555.69
Hex9D3BE11E4A0C1134938
Octal235733413611201442311170
Binary1001110111101111100001111101001010011001000100111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,59,225); }

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

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

 a { background-color: rgb(157,59,225); }

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

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

 span { border-color: rgb(157,59,225); }

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