#9E1CBF

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

Shades of Dark Orchid #9E1CBF

Tints of Dark Orchid #9E1CBF

Color information

#9E1CBF (or 0x9E1CBF) is unknown color: approx Dark Orchid. HEX triplet: 9E, 1C and BF. RGB value is (158,28,191). Sum of RGB (Red+Green+Blue) = 158+28+191=377 (49% of max value = 765). Red value is 158 (62.11% from 255 or 41.91% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E1CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1CBF is #61E340. Grayscale: #545454. Windows color (decimal): -6415169 or 12524702. OLE color: 12524702.

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

Color convert

RGB15828191-
CMYK0.170.8500.25
HSL287.85º74.43%42.94%-
HSV(B)287.85º85.34%74.9%-
XYZ23.9211.8650.32-
YUV85.45187.57179.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.91%
GREEN value IS 28 (11.33% from 255) = 7.43%
BLUE value IS 191 (75% from 255) = 50.66%
R=41.91%
G=7.43%
B=50.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158281910.170.8500.25287.8574.4342.94
Hex9E1CBF11550191204a2b
Octal236342772112503144011253
Binary1001111011100101111111000110101010110011001000001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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