#9E3BC1

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

Shades of Dark Orchid #9E3BC1

Tints of Dark Orchid #9E3BC1

Color information

#9E3BC1 (or 0x9E3BC1) is unknown color: approx Dark Orchid. HEX triplet: 9E, 3B and C1. RGB value is (158,59,193). Sum of RGB (Red+Green+Blue) = 158+59+193=410 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.54% from 410); Green value is 59 (23.44% from 255 or 14.39% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 193 - color contains mainly: blue. Hex color #9E3BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3BC1 is #61C43E. Grayscale: #676767. Windows color (decimal): -6407231 or 12663710. OLE color: 12663710.

HSL color Cylindrical-coordinate representation of color #9E3BC1: hue angle of 284.33º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E3BC1 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15859193-
CMYK0.180.6900.24
HSL284.33º53.17%49.41%-
HSV(B)284.33º69.43%75.69%-
XYZ25.2914.2551.87-
YUV103.88178.3166.6-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.54%
GREEN value IS 59 (23.44% from 255) = 14.39%
BLUE value IS 193 (75.78% from 255) = 47.07%
R=38.54%
G=14.39%
B=47.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal158591930.180.6900.24284.3353.1749.41
Hex9E3BC1124501811c3531
Octal23673301221050304346561
Binary1001111011101111000001100101000101011000100011100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,59,193); }

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

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

 a { background-color: rgb(158,59,193); }

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

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

 span { border-color: rgb(158,59,193); }

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