#9E1CD1

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

Shades of Dark Orchid #9E1CD1

Tints of Dark Orchid #9E1CD1

Color information

#9E1CD1 (or 0x9E1CD1) is unknown color: approx Dark Orchid. HEX triplet: 9E, 1C and D1. RGB value is (158,28,209). Sum of RGB (Red+Green+Blue) = 158+28+209=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 209 (82.03% from 255 or 52.91% from 395); Max value from RGB is 209 - color contains mainly: blue. Hex color #9E1CD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1CD1 is #61E32E. Grayscale: #565656. Windows color (decimal): -6415151 or 13704350. OLE color: 13704350.

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

Color convert

RGB15828209-
CMYK0.240.8700.18
HSL283.09º76.37%46.47%-
HSV(B)283.09º86.6%81.96%-
XYZ26.0212.761.4-
YUV87.5196.57178.28-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40%
GREEN value IS 28 (11.33% from 255) = 7.09%
BLUE value IS 209 (82.03% from 255) = 52.91%
R=40%
G=7.09%
B=52.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal158282090.240.8700.18283.0976.3746.47
Hex9E1CD1185701211b4c2e
Octal236343213012702243311456
Binary1001111011100110100011100010101110100101000110111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,28,209); }

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

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

 a { background-color: rgb(158,28,209); }

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

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

 span { border-color: rgb(158,28,209); }

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