#9D2EBA

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

Shades of Dark Orchid #9D2EBA

Tints of Dark Orchid #9D2EBA

Color information

#9D2EBA (or 0x9D2EBA) is unknown color: approx Dark Orchid. HEX triplet: 9D, 2E and BA. RGB value is (157,46,186). Sum of RGB (Red+Green+Blue) = 157+46+186=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D2EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D2EBA is #62D145. Grayscale: #5E5E5E. Windows color (decimal): -6476102 or 12201629. OLE color: 12201629.

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

Color convert

RGB15746186-
CMYK0.160.7500.27
HSL287.57º60.34%45.49%-
HSV(B)287.57º75.27%72.94%-
XYZ23.7412.6747.65-
YUV95.15179.27172.12-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.36%
GREEN value IS 46 (18.36% from 255) = 11.83%
BLUE value IS 186 (73.05% from 255) = 47.81%
R=40.36%
G=11.83%
B=47.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal157461860.160.7500.27287.5760.3445.49
Hex9D2EBA104B01B1203c2d
Octal23556272201130334407455
Binary1001110110111010111010100001001011011011100100000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,46,186); }

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

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

 a { background-color: rgb(157,46,186); }

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

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

 span { border-color: rgb(157,46,186); }

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