#9E20BE

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

Shades of Dark Orchid #9E20BE

Tints of Dark Orchid #9E20BE

Color information

#9E20BE (or 0x9E20BE) is unknown color: approx Dark Orchid. HEX triplet: 9E, 20 and BE. RGB value is (158,32,190). Sum of RGB (Red+Green+Blue) = 158+32+190=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E20BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E20BE is #61DF41. Grayscale: #575757. Windows color (decimal): -6414146 or 12460190. OLE color: 12460190.

HSL color Cylindrical-coordinate representation of color #9E20BE: hue angle of 287.85º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9E20BE is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15832190-
CMYK0.170.8300.25
HSL287.85º71.17%43.53%-
HSV(B)287.85º83.16%74.51%-
XYZ23.9112.0249.77-
YUV87.69185.74178.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.58%
GREEN value IS 32 (12.89% from 255) = 8.42%
BLUE value IS 190 (74.61% from 255) = 50%
R=41.58%
G=8.42%
B=50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158321900.170.8300.25287.8571.1743.53
Hex9E20BE1153019120472c
Octal236402762112303144010754
Binary10011110100000101111101000110100110110011001000001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E20BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,32,190); }

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

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

 a { background-color: rgb(158,32,190); }

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

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

 span { border-color: rgb(158,32,190); }

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