#9E38C1

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

Shades of Dark Orchid #9E38C1

Tints of Dark Orchid #9E38C1

Color information

#9E38C1 (or 0x9E38C1) is unknown color: approx Dark Orchid. HEX triplet: 9E, 38 and C1. RGB value is (158,56,193). Sum of RGB (Red+Green+Blue) = 158+56+193=407 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.82% from 407); Green value is 56 (22.27% from 255 or 13.76% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 193 - color contains mainly: blue. Hex color #9E38C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E38C1 is #61C73E. Grayscale: #656565. Windows color (decimal): -6407999 or 12662942. OLE color: 12662942.

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

Color convert

RGB15856193-
CMYK0.180.7100.24
HSL284.67º55.02%48.82%-
HSV(B)284.67º70.98%75.69%-
XYZ25.1413.9551.82-
YUV102.12179.29167.86-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.82%
GREEN value IS 56 (22.27% from 255) = 13.76%
BLUE value IS 193 (75.78% from 255) = 47.42%
R=38.82%
G=13.76%
B=47.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal158561930.180.7100.24284.6755.0248.82
Hex9E38C1124701811d3731
Octal23670301221070304356761
Binary1001111011100011000001100101000111011000100011101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E38C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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