#9E38CD

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

Shades of Dark Orchid #9E38CD

Tints of Dark Orchid #9E38CD

Color information

#9E38CD (or 0x9E38CD) is unknown color: approx Dark Orchid. HEX triplet: 9E, 38 and CD. RGB value is (158,56,205). Sum of RGB (Red+Green+Blue) = 158+56+205=419 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.71% from 419); Green value is 56 (22.27% from 255 or 13.37% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E38CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E38CD is #61C732. Grayscale: #666666. Windows color (decimal): -6407987 or 13449374. OLE color: 13449374.

HSL color Cylindrical-coordinate representation of color #9E38CD: hue angle of 281.07º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9E38CD is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15856205-
CMYK0.230.7300.20
HSL281.07º59.84%51.18%-
HSV(B)281.07º72.68%80.39%-
XYZ26.5314.5159.16-
YUV103.48185.29166.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.71%
GREEN value IS 56 (22.27% from 255) = 13.37%
BLUE value IS 205 (80.47% from 255) = 48.93%
R=37.71%
G=13.37%
B=48.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal158562050.230.7300.20281.0759.8451.18
Hex9E38CD17490141193c33
Octal23670315271110244317463
Binary1001111011100011001101101111001001010100100011001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E38CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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