#9E1CBB

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

Shades of Dark Orchid #9E1CBB

Tints of Dark Orchid #9E1CBB

Color information

#9E1CBB (or 0x9E1CBB) is unknown color: approx Dark Orchid. HEX triplet: 9E, 1C and BB. RGB value is (158,28,187). Sum of RGB (Red+Green+Blue) = 158+28+187=373 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.36% from 373); Green value is 28 (11.33% from 255 or 7.51% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E1CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1CBB is #61E344. Grayscale: #545454. Windows color (decimal): -6415173 or 12262558. OLE color: 12262558.

HSL color Cylindrical-coordinate representation of color #9E1CBB: hue angle of 289.06º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E1CBB is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15828187-
CMYK0.160.8500.27
HSL289.06º73.95%42.16%-
HSV(B)289.06º85.03%73.33%-
XYZ23.4911.6948.03-
YUV85185.57180.07-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.36%
GREEN value IS 28 (11.33% from 255) = 7.51%
BLUE value IS 187 (73.44% from 255) = 50.13%
R=42.36%
G=7.51%
B=50.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158281870.160.8500.27289.0673.9542.16
Hex9E1CBB105501B1214a2a
Octal236342732012503344111252
Binary1001111011100101110111000010101010110111001000011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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