#8E1CBF

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

Shades of Dark Orchid #8E1CBF

Tints of Dark Orchid #8E1CBF

Color information

#8E1CBF (or 0x8E1CBF) is unknown color: approx Dark Orchid. HEX triplet: 8E, 1C and BF. RGB value is (142,28,191). Sum of RGB (Red+Green+Blue) = 142+28+191=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E1CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E1CBF is #71E340. Grayscale: #505050. Windows color (decimal): -7463745 or 12524686. OLE color: 12524686.

HSL color Cylindrical-coordinate representation of color #8E1CBF: hue angle of 281.96º 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 #8E1CBF is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14228191-
CMYK0.260.8500.25
HSL281.96º74.43%42.94%-
HSV(B)281.96º85.34%74.9%-
XYZ20.9710.3450.18-
YUV80.67190.27171.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.34%
GREEN value IS 28 (11.33% from 255) = 7.76%
BLUE value IS 191 (75% from 255) = 52.91%
R=39.34%
G=7.76%
B=52.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142281910.260.8500.25281.9674.4342.94
Hex8E1CBF1A5501911a4a2b
Octal216342773212503143211253
Binary1000111011100101111111101010101010110011000110101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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