#8E3FBE

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

Shades of Dark Orchid #8E3FBE

Tints of Dark Orchid #8E3FBE

Color information

#8E3FBE (or 0x8E3FBE) is unknown color: approx Dark Orchid. HEX triplet: 8E, 3F and BE. RGB value is (142,63,190). Sum of RGB (Red+Green+Blue) = 142+63+190=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E3FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3FBE is #71C041. Grayscale: #646464. Windows color (decimal): -7454786 or 12468110. OLE color: 12468110.

HSL color Cylindrical-coordinate representation of color #8E3FBE: hue angle of 277.32º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E3FBE is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14263190-
CMYK0.250.6700.25
HSL277.32º50.2%49.61%-
HSV(B)277.32º66.84%74.51%-
XYZ22.2313.0250.06-
YUV101.1178.17157.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.95%
GREEN value IS 63 (25% from 255) = 15.95%
BLUE value IS 190 (74.61% from 255) = 48.10%
R=35.95%
G=15.95%
B=48.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142631900.250.6700.25277.3250.249.61
Hex8E3FBE19430191153232
Octal21677276311030314256262
Binary1000111011111110111110110011000011011001100010101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,63,190); }

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

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

 a { background-color: rgb(142,63,190); }

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

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

 span { border-color: rgb(142,63,190); }

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