#9E39BE

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

Shades of Dark Orchid #9E39BE

Tints of Dark Orchid #9E39BE

Color information

#9E39BE (or 0x9E39BE) is unknown color: approx Dark Orchid. HEX triplet: 9E, 39 and BE. RGB value is (158,57,190). Sum of RGB (Red+Green+Blue) = 158+57+190=405 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.01% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E39BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E39BE is #61C641. Grayscale: #656565. Windows color (decimal): -6407746 or 12466590. OLE color: 12466590.

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

Color convert

RGB15857190-
CMYK0.170.700.25
HSL285.56º53.85%48.43%-
HSV(B)285.56º70%74.51%-
XYZ24.8613.9150.09-
YUV102.36177.46167.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.01%
GREEN value IS 57 (22.66% from 255) = 14.07%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=39.01%
G=14.07%
B=46.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158571900.170.700.25285.5653.8548.43
Hex9E39BE114601911e3630
Octal23671276211060314366660
Binary1001111011100110111110100011000110011001100011110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E39BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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